Html Css Color HEX #F03DAB Persian Rose

📋 copy color: '#F03DAB'

red 240 ◦ green 61 ◦ blue 171

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

Shades of Persian Rose #F03DAB

Tints of Persian Rose #F03DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.92%

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

R = 50.85%
G = 12.92%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F03DAB (or 0xF03DAB) is known color: Persian Rose. HEX triplet: F0, 3D and AB. RGB value is (240,61,171). Sum of RGB (Red+Green+Blue) = 240+61+171=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F03DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03DAB is #0FC254. Grayscale: #7E7E7E. Windows color (decimal): -1032789 or 11222512. OLE color: 11222512.

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

Color convert

RGB 240 61 171 -
CMYK 0 0.75 0.29 0.06
HSL 323.13º 0.86% 0.59% -
HSV(B) 323.13º 0.75% 0.94% -
XYZ 44.95 24.8 40.95 -
YUV 127.06 152.8 208.56 -
System Red Green Blue C M Y K H S L
Decimal 240 61 171 0 0.75 0.29 0.06 323.13 0.86 0.59
Hex F0 3D AB 0 4B 1D 6 143 56 3B
Octal 360 75 253 0 113 35 6 503 126 73
Binary 11110000 111101 10101011 0 1001011 11101 110 101000011 1010110 111011

Color Harmonies of #F03DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03DAB

Black with #F03DAB

Text Example


Text Example

White with #F03DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03DAB; }

 p { color: rgb(240,61,171); }

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

background-color css

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

 a { background-color: rgb(240,61,171); }

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

border-color css

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

 span { border-color: rgb(240,61,171); }

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