Html Css Color HEX #F046BA Razzle Dazzle Rose

📋 copy color: '#F046BA'

red 240 ◦ green 70 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F046BA

Tints of Razzle Dazzle Rose #F046BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.11%

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

R = 48.39%
G = 14.11%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F046BA (or 0xF046BA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 46 and BA. RGB value is (240,70,186). Sum of RGB (Red+Green+Blue) = 240+70+186=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F046BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046BA is #0FB945. Grayscale: #858585. Windows color (decimal): -1030470 or 12207856. OLE color: 12207856.

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

Color convert

RGB 240 70 186 -
CMYK 0 0.71 0.22 0.06
HSL 319.06º 0.85% 0.61% -
HSV(B) 319.06º 0.71% 0.94% -
XYZ 46.99 26.45 49.08 -
YUV 134.05 157.32 203.57 -
System Red Green Blue C M Y K H S L
Decimal 240 70 186 0 0.71 0.22 0.06 319.06 0.85 0.61
Hex F0 46 BA 0 47 16 6 13F 55 3D
Octal 360 106 272 0 107 26 6 477 125 75
Binary 11110000 1000110 10111010 0 1000111 10110 110 100111111 1010101 111101

Color Harmonies of #F046BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046BA

Black with #F046BA

Text Example


Text Example

White with #F046BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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