Html Css Color HEX #F047CE Razzle Dazzle Rose

📋 copy color: '#F047CE'

red 240 ◦ green 71 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F047CE

Tints of Razzle Dazzle Rose #F047CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 46.42%
G = 13.73%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F047CE (or 0xF047CE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 47 and CE. RGB value is (240,71,206). Sum of RGB (Red+Green+Blue) = 240+71+206=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 71 (28.12% from 255 or 13.73% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F047CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047CE is #0FB831. Grayscale: #888888. Windows color (decimal): -1030194 or 13518832. OLE color: 13518832.

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

Color convert

RGB 240 71 206 -
CMYK 0 0.70 0.14 0.06
HSL 312.07º 0.85% 0.61% -
HSV(B) 312.07º 0.7% 0.94% -
XYZ 49.33 27.49 61.1 -
YUV 136.92 166.99 201.52 -
System Red Green Blue C M Y K H S L
Decimal 240 71 206 0 0.70 0.14 0.06 312.07 0.85 0.61
Hex F0 47 CE 0 46 E 6 138 55 3D
Octal 360 107 316 0 106 16 6 470 125 75
Binary 11110000 1000111 11001110 0 1000110 1110 110 100111000 1010101 111101

Color Harmonies of #F047CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F047CE

Black with #F047CE

Text Example


Text Example

White with #F047CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F047CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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