Html Css Color HEX #F046CF Razzle Dazzle Rose

📋 copy color: '#F046CF'

red 240 ◦ green 70 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F046CF

Tints of Razzle Dazzle Rose #F046CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 46.42%
G = 13.54%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F046CF (or 0xF046CF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 46 and CF. RGB value is (240,70,207). Sum of RGB (Red+Green+Blue) = 240+70+207=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 70 (27.73% from 255 or 13.54% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F046CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046CF is #0FB930. Grayscale: #888888. Windows color (decimal): -1030449 or 13584112. OLE color: 13584112.

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

Color convert

RGB 240 70 207 -
CMYK 0 0.71 0.14 0.06
HSL 311.65º 0.85% 0.61% -
HSV(B) 311.65º 0.71% 0.94% -
XYZ 49.39 27.41 61.72 -
YUV 136.45 167.82 201.86 -
System Red Green Blue C M Y K H S L
Decimal 240 70 207 0 0.71 0.14 0.06 311.65 0.85 0.61
Hex F0 46 CF 0 47 E 6 138 55 3D
Octal 360 106 317 0 107 16 6 470 125 75
Binary 11110000 1000110 11001111 0 1000111 1110 110 100111000 1010101 111101

Color Harmonies of #F046CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046CF

Black with #F046CF

Text Example


Text Example

White with #F046CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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