Html Css Color HEX #F02BAC Persian Rose

📋 copy color: '#F02BAC'

red 240 ◦ green 43 ◦ blue 172

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

Shades of Persian Rose #F02BAC

Tints of Persian Rose #F02BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.45%

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

R = 52.75%
G = 9.45%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F02BAC (or 0xF02BAC) is known color: Persian Rose. HEX triplet: F0, 2B and AC. RGB value is (240,43,172). Sum of RGB (Red+Green+Blue) = 240+43+172=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F02BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02BAC is #0FD453. Grayscale: #747474. Windows color (decimal): -1037396 or 11283440. OLE color: 11283440.

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

Color convert

RGB 240 43 172 -
CMYK 0 0.82 0.28 0.06
HSL 320.71º 0.87% 0.55% -
HSV(B) 320.71º 0.82% 0.94% -
XYZ 44.25 23.23 41.18 -
YUV 116.61 159.27 216.01 -
System Red Green Blue C M Y K H S L
Decimal 240 43 172 0 0.82 0.28 0.06 320.71 0.87 0.55
Hex F0 2B AC 0 52 1C 6 141 57 37
Octal 360 53 254 0 122 34 6 501 127 67
Binary 11110000 101011 10101100 0 1010010 11100 110 101000001 1010111 110111

Color Harmonies of #F02BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02BAC

Black with #F02BAC

Text Example


Text Example

White with #F02BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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