Html Css Color HEX #F236A6 Persian Rose

📋 copy color: '#F236A6'

red 242 ◦ green 54 ◦ blue 166

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

Shades of Persian Rose #F236A6

Tints of Persian Rose #F236A6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.69%

 BLUE value IS 166 (65.23% from 255) = 35.93%

R = 52.38%
G = 11.69%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F236A6 (or 0xF236A6) is known color: Persian Rose. HEX triplet: F2, 36 and A6. RGB value is (242,54,166). Sum of RGB (Red+Green+Blue) = 242+54+166=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F236A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F236A6 is #0DC959. Grayscale: #7A7A7A. Windows color (decimal): -903514 or 10893042. OLE color: 10893042.

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

Color convert

RGB 242 54 166 -
CMYK 0 0.78 0.31 0.05
HSL 324.26º 0.88% 0.58% -
HSV(B) 324.26º 0.78% 0.95% -
XYZ 44.82 24.27 38.4 -
YUV 122.98 152.28 212.89 -
System Red Green Blue C M Y K H S L
Decimal 242 54 166 0 0.78 0.31 0.05 324.26 0.88 0.58
Hex F2 36 A6 0 4E 1F 5 144 58 3A
Octal 362 66 246 0 116 37 5 504 130 72
Binary 11110010 110110 10100110 0 1001110 11111 101 101000100 1011000 111010

Color Harmonies of #F236A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F236A6

Black with #F236A6

Text Example


Text Example

White with #F236A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F236A6; }

 p { color: rgb(242,54,166); }

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

background-color css

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

 a { background-color: rgb(242,54,166); }

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

border-color css

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

 span { border-color: rgb(242,54,166); }

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