Html Css Color HEX #F035BA Razzle Dazzle Rose

📋 copy color: '#F035BA'

red 240 ◦ green 53 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F035BA

Tints of Razzle Dazzle Rose #F035BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.06%

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 50.1%
G = 11.06%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F035BA (or 0xF035BA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 35 and BA. RGB value is (240,53,186). Sum of RGB (Red+Green+Blue) = 240+53+186=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 53 (21.09% from 255 or 11.06% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F035BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F035BA is #0FCA45. Grayscale: #7B7B7B. Windows color (decimal): -1034822 or 12203504. OLE color: 12203504.

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

Color convert

RGB 240 53 186 -
CMYK 0 0.78 0.22 0.06
HSL 317.33º 0.86% 0.57% -
HSV(B) 317.33º 0.78% 0.94% -
XYZ 46.07 24.62 48.78 -
YUV 124.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 240 53 186 0 0.78 0.22 0.06 317.33 0.86 0.57
Hex F0 35 BA 0 4E 16 6 13D 56 39
Octal 360 65 272 0 116 26 6 475 126 71
Binary 11110000 110101 10111010 0 1001110 10110 110 100111101 1010110 111001

Color Harmonies of #F035BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F035BA

Black with #F035BA

Text Example


Text Example

White with #F035BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F035BA; }

 p { color: rgb(240,53,186); }

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

background-color css

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

 a { background-color: rgb(240,53,186); }

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

border-color css

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

 span { border-color: rgb(240,53,186); }

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