Html Css Color HEX #F033AB Persian Rose

📋 copy color: '#F033AB'

red 240 ◦ green 51 ◦ blue 171

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

Shades of Persian Rose #F033AB

Tints of Persian Rose #F033AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.04%

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

R = 51.95%
G = 11.04%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F033AB (or 0xF033AB) is known color: Persian Rose. HEX triplet: F0, 33 and AB. RGB value is (240,51,171). Sum of RGB (Red+Green+Blue) = 240+51+171=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F033AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F033AB is #0FCC54. Grayscale: #787878. Windows color (decimal): -1035349 or 11219952. OLE color: 11219952.

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

Color convert

RGB 240 51 171 -
CMYK 0 0.79 0.29 0.06
HSL 321.9º 0.86% 0.57% -
HSV(B) 321.9º 0.79% 0.94% -
XYZ 44.47 23.83 40.78 -
YUV 121.19 156.12 212.74 -
System Red Green Blue C M Y K H S L
Decimal 240 51 171 0 0.79 0.29 0.06 321.9 0.86 0.57
Hex F0 33 AB 0 4F 1D 6 142 56 39
Octal 360 63 253 0 117 35 6 502 126 71
Binary 11110000 110011 10101011 0 1001111 11101 110 101000010 1010110 111001

Color Harmonies of #F033AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F033AB

Black with #F033AB

Text Example


Text Example

White with #F033AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F033AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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