Html Css Color HEX #F239AC Persian Rose

📋 copy color: '#F239AC'

red 242 ◦ green 57 ◦ blue 172

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

Shades of Persian Rose #F239AC

Tints of Persian Rose #F239AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 51.38%
G = 12.1%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F239AC (or 0xF239AC) is known color: Persian Rose. HEX triplet: F2, 39 and AC. RGB value is (242,57,172). Sum of RGB (Red+Green+Blue) = 242+57+172=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F239AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F239AC is #0DC653. Grayscale: #7D7D7D. Windows color (decimal): -902740 or 11287026. OLE color: 11287026.

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

Color convert

RGB 242 57 172 -
CMYK 0 0.76 0.29 0.05
HSL 322.7º 0.88% 0.59% -
HSV(B) 322.7º 0.76% 0.95% -
XYZ 45.53 24.78 41.41 -
YUV 125.43 154.29 211.15 -
System Red Green Blue C M Y K H S L
Decimal 242 57 172 0 0.76 0.29 0.05 322.7 0.88 0.59
Hex F2 39 AC 0 4C 1D 5 143 58 3B
Octal 362 71 254 0 114 35 5 503 130 73
Binary 11110010 111001 10101100 0 1001100 11101 101 101000011 1011000 111011

Color Harmonies of #F239AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F239AC

Black with #F239AC

Text Example


Text Example

White with #F239AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F239AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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