Html Css Color HEX #F236AA Persian Rose

📋 copy color: '#F236AA'

red 242 ◦ green 54 ◦ blue 170

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

Shades of Persian Rose #F236AA

Tints of Persian Rose #F236AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 51.93%
G = 11.59%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F236AA (or 0xF236AA) is known color: Persian Rose. HEX triplet: F2, 36 and AA. RGB value is (242,54,170). Sum of RGB (Red+Green+Blue) = 242+54+170=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F236AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F236AA is #0DC955. Grayscale: #7B7B7B. Windows color (decimal): -903510 or 11155186. OLE color: 11155186.

HSL color Cylindrical-coordinate representation of color #F236AA: hue angle of 322.98º 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 #F236AA is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 54 170 -
CMYK 0 0.78 0.30 0.05
HSL 322.98º 0.88% 0.58% -
HSV(B) 322.98º 0.78% 0.95% -
XYZ 45.19 24.42 40.36 -
YUV 123.44 154.28 212.57 -
System Red Green Blue C M Y K H S L
Decimal 242 54 170 0 0.78 0.30 0.05 322.98 0.88 0.58
Hex F2 36 AA 0 4E 1E 5 143 58 3A
Octal 362 66 252 0 116 36 5 503 130 72
Binary 11110010 110110 10101010 0 1001110 11110 101 101000011 1011000 111010

Color Harmonies of #F236AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F236AA

Black with #F236AA

Text Example


Text Example

White with #F236AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F236AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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