Html Css Color HEX #F03BAE Persian Rose

📋 copy color: '#F03BAE'

red 240 ◦ green 59 ◦ blue 174

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

Shades of Persian Rose #F03BAE

Tints of Persian Rose #F03BAE

RGB

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

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

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

R = 50.74%
G = 12.47%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F03BAE (or 0xF03BAE) is known color: Persian Rose. HEX triplet: F0, 3B and AE. RGB value is (240,59,174). Sum of RGB (Red+Green+Blue) = 240+59+174=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F03BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03BAE is #0FC451. Grayscale: #7D7D7D. Windows color (decimal): -1033298 or 11418608. OLE color: 11418608.

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

Color convert

RGB 240 59 174 -
CMYK 0 0.75 0.28 0.06
HSL 321.88º 0.86% 0.59% -
HSV(B) 321.88º 0.75% 0.94% -
XYZ 45.14 24.71 42.43 -
YUV 126.23 154.97 209.15 -
System Red Green Blue C M Y K H S L
Decimal 240 59 174 0 0.75 0.28 0.06 321.88 0.86 0.59
Hex F0 3B AE 0 4B 1C 6 142 56 3B
Octal 360 73 256 0 113 34 6 502 126 73
Binary 11110000 111011 10101110 0 1001011 11100 110 101000010 1010110 111011

Color Harmonies of #F03BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03BAE

Black with #F03BAE

Text Example


Text Example

White with #F03BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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