Html Css Color HEX #F237A9 Persian Rose

📋 copy color: '#F237A9'

red 242 ◦ green 55 ◦ blue 169

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

Shades of Persian Rose #F237A9

Tints of Persian Rose #F237A9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.8%

 BLUE value IS 169 (66.41% from 255) = 36.27%

R = 51.93%
G = 11.8%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F237A9 (or 0xF237A9) is known color: Persian Rose. HEX triplet: F2, 37 and A9. RGB value is (242,55,169). Sum of RGB (Red+Green+Blue) = 242+55+169=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F237A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F237A9 is #0DC856. Grayscale: #7B7B7B. Windows color (decimal): -903255 or 11089906. OLE color: 11089906.

HSL color Cylindrical-coordinate representation of color #F237A9: hue angle of 323.42º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F237A9 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 55 169 -
CMYK 0 0.77 0.30 0.05
HSL 323.42º 0.88% 0.58% -
HSV(B) 323.42º 0.77% 0.95% -
XYZ 45.15 24.47 39.88 -
YUV 123.91 153.45 212.23 -
System Red Green Blue C M Y K H S L
Decimal 242 55 169 0 0.77 0.30 0.05 323.42 0.88 0.58
Hex F2 37 A9 0 4D 1E 5 143 58 3A
Octal 362 67 251 0 115 36 5 503 130 72
Binary 11110010 110111 10101001 0 1001101 11110 101 101000011 1011000 111010

Color Harmonies of #F237A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F237A9

Black with #F237A9

Text Example


Text Example

White with #F237A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F237A9; }

 p { color: rgb(242,55,169); }

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

background-color css

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

 a { background-color: rgb(242,55,169); }

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

border-color css

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

 span { border-color: rgb(242,55,169); }

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