Html Css Color HEX #F940CE Razzle Dazzle Rose

📋 copy color: '#F940CE'

red 249 ◦ green 64 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F940CE

Tints of Razzle Dazzle Rose #F940CE

RGB

 RED value IS 249 (97.66% from 255) = 47.98%

 GREEN value IS 64 (25.39% from 255) = 12.33%

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

R = 47.98%
G = 12.33%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F940CE (or 0xF940CE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 40 and CE. RGB value is (249,64,206). Sum of RGB (Red+Green+Blue) = 249+64+206=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 64 (25.39% from 255 or 12.33% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F940CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F940CE is #06BF31. Grayscale: #878787. Windows color (decimal): -442162 or 13517049. OLE color: 13517049.

HSL color Cylindrical-coordinate representation of color #F940CE: hue angle of 313.95º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F940CE is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 64 206 -
CMYK 0 0.74 0.17 0.02
HSL 313.95º 0.94% 0.61% -
HSV(B) 313.95º 0.74% 0.98% -
XYZ 52.04 28.26 61.1 -
YUV 135.5 167.79 208.95 -
System Red Green Blue C M Y K H S L
Decimal 249 64 206 0 0.74 0.17 0.02 313.95 0.94 0.61
Hex F9 40 CE 0 4A 11 2 13A 5E 3D
Octal 371 100 316 0 112 21 2 472 136 75
Binary 11111001 1000000 11001110 0 1001010 10001 10 100111010 1011110 111101

Color Harmonies of #F940CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F940CE

Black with #F940CE

Text Example


Text Example

White with #F940CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F940CE; }

 p { color: rgb(249,64,206); }

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

background-color css

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

 a { background-color: rgb(249,64,206); }

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

border-color css

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

 span { border-color: rgb(249,64,206); }

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