Html Css Color HEX #F23FB3 Persian Rose

📋 copy color: '#F23FB3'

red 242 ◦ green 63 ◦ blue 179

#F23FB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F23FB3

Tints of Persian Rose #F23FB3

RGB

 RED value IS 242 (94.92% from 255) = 50%

 GREEN value IS 63 (25% from 255) = 13.02%

 BLUE value IS 179 (70.31% from 255) = 36.98%

R = 50%
G = 13.02%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F23FB3 (or 0xF23FB3) is known color: Persian Rose. HEX triplet: F2, 3F and B3. RGB value is (242,63,179). Sum of RGB (Red+Green+Blue) = 242+63+179=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F23FB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23FB3 is #0DC04C. Grayscale: #818181. Windows color (decimal): -901197 or 11747314. OLE color: 11747314.

HSL color Cylindrical-coordinate representation of color #F23FB3: hue angle of 321.12º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23FB3 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 63 179 -
CMYK 0 0.74 0.26 0.05
HSL 321.12º 0.87% 0.6% -
HSV(B) 321.12º 0.74% 0.95% -
XYZ 46.53 25.69 45.15 -
YUV 129.75 155.8 208.07 -
System Red Green Blue C M Y K H S L
Decimal 242 63 179 0 0.74 0.26 0.05 321.12 0.87 0.6
Hex F2 3F B3 0 4A 1A 5 141 57 3C
Octal 362 77 263 0 112 32 5 501 127 74
Binary 11110010 111111 10110011 0 1001010 11010 101 101000001 1010111 111100

Color Harmonies of #F23FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23FB3

Black with #F23FB3

Text Example


Text Example

White with #F23FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23FB3; }

 p { color: rgb(242,63,179); }

 H1.HeaderClassName
 {
   color: #F23FB3;
 }
 .AnyTagClassName
 {
   color: #F23FB3;
 }
</style>

background-color css

<style>
 a { background-color: #F23FB3; }

 a { background-color: rgb(242,63,179); }

 div.DivClassName
 {
   background-color: #F23FB3;
 }
 .BgClassName
 {
   background-color: #F23FB3;
 }
</style>

border-color css

<style>
 span { border-color: #F23FB3; }

 span { border-color: rgb(242,63,179); }

 td.TdClassName
 {
   border-color: #F23FB3;
 }
 .TagClassName
 {
   border-color: #F23FB3;
 }
</style>