Html Css Color HEX #F236AB Persian Rose

📋 copy color: '#F236AB'

red 242 ◦ green 54 ◦ blue 171

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

Shades of Persian Rose #F236AB

Tints of Persian Rose #F236AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 51.82%
G = 11.56%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F236AB (or 0xF236AB) is known color: Persian Rose. HEX triplet: F2, 36 and AB. RGB value is (242,54,171). Sum of RGB (Red+Green+Blue) = 242+54+171=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F236AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F236AB is #0DC954. Grayscale: #7B7B7B. Windows color (decimal): -903509 or 11220722. OLE color: 11220722.

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

Color convert

RGB 242 54 171 -
CMYK 0 0.78 0.29 0.05
HSL 322.66º 0.88% 0.58% -
HSV(B) 322.66º 0.78% 0.95% -
XYZ 45.29 24.46 40.86 -
YUV 123.55 154.78 212.49 -
System Red Green Blue C M Y K H S L
Decimal 242 54 171 0 0.78 0.29 0.05 322.66 0.88 0.58
Hex F2 36 AB 0 4E 1D 5 143 58 3A
Octal 362 66 253 0 116 35 5 503 130 72
Binary 11110010 110110 10101011 0 1001110 11101 101 101000011 1011000 111010

Color Harmonies of #F236AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F236AB

Black with #F236AB

Text Example


Text Example

White with #F236AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F236AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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