Html Css Color HEX #F047C6 Razzle Dazzle Rose

📋 copy color: '#F047C6'

red 240 ◦ green 71 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F047C6

Tints of Razzle Dazzle Rose #F047C6

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.95%

 BLUE value IS 198 (77.73% from 255) = 38.9%

R = 47.15%
G = 13.95%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F047C6 (or 0xF047C6) is known color: Razzle Dazzle Rose. HEX triplet: F0, 47 and C6. RGB value is (240,71,198). Sum of RGB (Red+Green+Blue) = 240+71+198=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 71 (28.12% from 255 or 13.95% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F047C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047C6 is #0FB839. Grayscale: #878787. Windows color (decimal): -1030202 or 12994544. OLE color: 12994544.

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

Color convert

RGB 240 71 198 -
CMYK 0 0.70 0.18 0.06
HSL 314.91º 0.85% 0.61% -
HSV(B) 314.91º 0.7% 0.94% -
XYZ 48.38 27.11 56.11 -
YUV 136.01 162.99 202.17 -
System Red Green Blue C M Y K H S L
Decimal 240 71 198 0 0.70 0.18 0.06 314.91 0.85 0.61
Hex F0 47 C6 0 46 12 6 13B 55 3D
Octal 360 107 306 0 106 22 6 473 125 75
Binary 11110000 1000111 11000110 0 1000110 10010 110 100111011 1010101 111101

Color Harmonies of #F047C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F047C6

Black with #F047C6

Text Example


Text Example

White with #F047C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F047C6; }

 p { color: rgb(240,71,198); }

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

background-color css

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

 a { background-color: rgb(240,71,198); }

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

border-color css

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

 span { border-color: rgb(240,71,198); }

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