Html Css Color HEX #F640CE Razzle Dazzle Rose

📋 copy color: '#F640CE'

red 246 ◦ green 64 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F640CE

Tints of Razzle Dazzle Rose #F640CE

RGB

 RED value IS 246 (96.48% from 255) = 47.67%

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

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

R = 47.67%
G = 12.4%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F640CE (or 0xF640CE) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and CE. RGB value is (246,64,206). Sum of RGB (Red+Green+Blue) = 246+64+206=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F640CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640CE is #09BF31. Grayscale: #868686. Windows color (decimal): -638770 or 13517046. OLE color: 13517046.

HSL color Cylindrical-coordinate representation of color #F640CE: hue angle of 313.19º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F640CE is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 64 206 -
CMYK 0 0.74 0.16 0.04
HSL 313.19º 0.91% 0.61% -
HSV(B) 313.19º 0.74% 0.96% -
XYZ 50.98 27.72 61.06 -
YUV 134.61 168.3 207.45 -
System Red Green Blue C M Y K H S L
Decimal 246 64 206 0 0.74 0.16 0.04 313.19 0.91 0.61
Hex F6 40 CE 0 4A 10 4 139 5B 3D
Octal 366 100 316 0 112 20 4 471 133 75
Binary 11110110 1000000 11001110 0 1001010 10000 100 100111001 1011011 111101

Color Harmonies of #F640CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640CE

Black with #F640CE

Text Example


Text Example

White with #F640CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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