Html Css Color HEX #F02BAE Persian Rose

📋 copy color: '#F02BAE'

red 240 ◦ green 43 ◦ blue 174

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

Shades of Persian Rose #F02BAE

Tints of Persian Rose #F02BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.07%

R = 52.52%
G = 9.41%
B = 38.07%

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

#F02BAE (or 0xF02BAE) is known color: Persian Rose. HEX triplet: F0, 2B and AE. RGB value is (240,43,174). Sum of RGB (Red+Green+Blue) = 240+43+174=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 43 (17.19% from 255 or 9.41% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F02BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02BAE is #0FD451. Grayscale: #747474. Windows color (decimal): -1037394 or 11414512. OLE color: 11414512.

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

Color convert

RGB 240 43 174 -
CMYK 0 0.82 0.28 0.06
HSL 320.1º 0.87% 0.55% -
HSV(B) 320.1º 0.82% 0.94% -
XYZ 44.44 23.31 42.2 -
YUV 116.84 160.27 215.85 -
System Red Green Blue C M Y K H S L
Decimal 240 43 174 0 0.82 0.28 0.06 320.1 0.87 0.55
Hex F0 2B AE 0 52 1C 6 140 57 37
Octal 360 53 256 0 122 34 6 500 127 67
Binary 11110000 101011 10101110 0 1010010 11100 110 101000000 1010111 110111

Color Harmonies of #F02BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02BAE

Black with #F02BAE

Text Example


Text Example

White with #F02BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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