Html Css Color HEX #F02BAA Persian Rose

📋 copy color: '#F02BAA'

red 240 ◦ green 43 ◦ blue 170

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

Shades of Persian Rose #F02BAA

Tints of Persian Rose #F02BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.53%

R = 52.98%
G = 9.49%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F02BAA (or 0xF02BAA) is known color: Persian Rose. HEX triplet: F0, 2B and AA. RGB value is (240,43,170). Sum of RGB (Red+Green+Blue) = 240+43+170=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F02BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02BAA is #0FD455. Grayscale: #747474. Windows color (decimal): -1037398 or 11152368. OLE color: 11152368.

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

Color convert

RGB 240 43 170 -
CMYK 0 0.82 0.29 0.06
HSL 321.32º 0.87% 0.55% -
HSV(B) 321.32º 0.82% 0.94% -
XYZ 44.05 23.16 40.18 -
YUV 116.38 158.27 216.17 -
System Red Green Blue C M Y K H S L
Decimal 240 43 170 0 0.82 0.29 0.06 321.32 0.87 0.55
Hex F0 2B AA 0 52 1D 6 141 57 37
Octal 360 53 252 0 122 35 6 501 127 67
Binary 11110000 101011 10101010 0 1010010 11101 110 101000001 1010111 110111

Color Harmonies of #F02BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02BAA

Black with #F02BAA

Text Example


Text Example

White with #F02BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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