Html Css Color HEX #F239A8 Persian Rose

📋 copy color: '#F239A8'

red 242 ◦ green 57 ◦ blue 168

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

Shades of Persian Rose #F239A8

Tints of Persian Rose #F239A8

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.21%

 BLUE value IS 168 (66.02% from 255) = 35.97%

R = 51.82%
G = 12.21%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F239A8 (or 0xF239A8) is known color: Persian Rose. HEX triplet: F2, 39 and A8. RGB value is (242,57,168). Sum of RGB (Red+Green+Blue) = 242+57+168=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 57 (22.66% from 255 or 12.21% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F239A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F239A8 is #0DC657. Grayscale: #7C7C7C. Windows color (decimal): -902744 or 11024882. OLE color: 11024882.

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

Color convert

RGB 242 57 168 -
CMYK 0 0.76 0.31 0.05
HSL 324º 0.88% 0.59% -
HSV(B) 324º 0.76% 0.95% -
XYZ 45.15 24.63 39.42 -
YUV 124.97 152.29 211.47 -
System Red Green Blue C M Y K H S L
Decimal 242 57 168 0 0.76 0.31 0.05 324 0.88 0.59
Hex F2 39 A8 0 4C 1F 5 144 58 3B
Octal 362 71 250 0 114 37 5 504 130 73
Binary 11110010 111001 10101000 0 1001100 11111 101 101000100 1011000 111011

Color Harmonies of #F239A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F239A8

Black with #F239A8

Text Example


Text Example

White with #F239A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F239A8; }

 p { color: rgb(242,57,168); }

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

background-color css

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

 a { background-color: rgb(242,57,168); }

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

border-color css

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

 span { border-color: rgb(242,57,168); }

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