Html Css Color HEX #F03BAA Persian Rose

📋 copy color: '#F03BAA'

red 240 ◦ green 59 ◦ blue 170

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

Shades of Persian Rose #F03BAA

Tints of Persian Rose #F03BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.58%

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

R = 51.17%
G = 12.58%
B = 36.25%

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

#F03BAA (or 0xF03BAA) is known color: Persian Rose. HEX triplet: F0, 3B and AA. RGB value is (240,59,170). Sum of RGB (Red+Green+Blue) = 240+59+170=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F03BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03BAA is #0FC455. Grayscale: #7D7D7D. Windows color (decimal): -1033302 or 11156464. OLE color: 11156464.

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

Color convert

RGB 240 59 170 -
CMYK 0 0.75 0.29 0.06
HSL 323.2º 0.86% 0.59% -
HSV(B) 323.2º 0.75% 0.94% -
XYZ 44.75 24.56 40.41 -
YUV 125.77 152.97 209.47 -
System Red Green Blue C M Y K H S L
Decimal 240 59 170 0 0.75 0.29 0.06 323.2 0.86 0.59
Hex F0 3B AA 0 4B 1D 6 143 56 3B
Octal 360 73 252 0 113 35 6 503 126 73
Binary 11110000 111011 10101010 0 1001011 11101 110 101000011 1010110 111011

Color Harmonies of #F03BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03BAA

Black with #F03BAA

Text Example


Text Example

White with #F03BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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