Html Css Color HEX #F046CC Razzle Dazzle Rose

📋 copy color: '#F046CC'

red 240 ◦ green 70 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F046CC

Tints of Razzle Dazzle Rose #F046CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 46.69%
G = 13.62%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F046CC (or 0xF046CC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 46 and CC. RGB value is (240,70,204). Sum of RGB (Red+Green+Blue) = 240+70+204=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 70 (27.73% from 255 or 13.62% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F046CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046CC is #0FB933. Grayscale: #878787. Windows color (decimal): -1030452 or 13387504. OLE color: 13387504.

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

Color convert

RGB 240 70 204 -
CMYK 0 0.71 0.15 0.06
HSL 312.71º 0.85% 0.61% -
HSV(B) 312.71º 0.71% 0.94% -
XYZ 49.02 27.27 59.81 -
YUV 136.11 166.32 202.1 -
System Red Green Blue C M Y K H S L
Decimal 240 70 204 0 0.71 0.15 0.06 312.71 0.85 0.61
Hex F0 46 CC 0 47 F 6 139 55 3D
Octal 360 106 314 0 107 17 6 471 125 75
Binary 11110000 1000110 11001100 0 1000111 1111 110 100111001 1010101 111101

Color Harmonies of #F046CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046CC

Black with #F046CC

Text Example


Text Example

White with #F046CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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