Html Css Color HEX #F03BAC Persian Rose

📋 copy color: '#F03BAC'

red 240 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #F03BAC

Tints of Persian Rose #F03BAC

RGB

 RED value IS 240 (94.14% from 255) = 50.96%

 GREEN value IS 59 (23.44% from 255) = 12.53%

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

R = 50.96%
G = 12.53%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F03BAC (or 0xF03BAC) is known color: Persian Rose. HEX triplet: F0, 3B and AC. RGB value is (240,59,172). Sum of RGB (Red+Green+Blue) = 240+59+172=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F03BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03BAC is #0FC453. Grayscale: #7D7D7D. Windows color (decimal): -1033300 or 11287536. OLE color: 11287536.

HSL color Cylindrical-coordinate representation of color #F03BAC: hue angle of 322.54º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03BAC is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 59 172 -
CMYK 0 0.75 0.28 0.06
HSL 322.54º 0.86% 0.59% -
HSV(B) 322.54º 0.75% 0.94% -
XYZ 44.95 24.63 41.42 -
YUV 126 153.97 209.31 -
System Red Green Blue C M Y K H S L
Decimal 240 59 172 0 0.75 0.28 0.06 322.54 0.86 0.59
Hex F0 3B AC 0 4B 1C 6 143 56 3B
Octal 360 73 254 0 113 34 6 503 126 73
Binary 11110000 111011 10101100 0 1001011 11100 110 101000011 1010110 111011

Color Harmonies of #F03BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03BAC

Black with #F03BAC

Text Example


Text Example

White with #F03BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03BAC; }

 p { color: rgb(240,59,172); }

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

background-color css

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

 a { background-color: rgb(240,59,172); }

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

border-color css

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

 span { border-color: rgb(240,59,172); }

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