Html Css Color HEX #F640DC Razzle Dazzle Rose

📋 copy color: '#F640DC'

red 246 ◦ green 64 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F640DC

Tints of Razzle Dazzle Rose #F640DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 46.42%
G = 12.08%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F640DC (or 0xF640DC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and DC. RGB value is (246,64,220). Sum of RGB (Red+Green+Blue) = 246+64+220=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 64 (25.39% from 255 or 12.08% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F640DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640DC is #09BF23. Grayscale: #878787. Windows color (decimal): -638756 or 14434550. OLE color: 14434550.

HSL color Cylindrical-coordinate representation of color #F640DC: hue angle of 308.57º 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 #F640DC is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 64 220 -
CMYK 0 0.74 0.11 0.04
HSL 308.57º 0.91% 0.61% -
HSV(B) 308.57º 0.74% 0.96% -
XYZ 52.76 28.43 70.42 -
YUV 136.2 175.3 206.32 -
System Red Green Blue C M Y K H S L
Decimal 246 64 220 0 0.74 0.11 0.04 308.57 0.91 0.61
Hex F6 40 DC 0 4A B 4 135 5B 3D
Octal 366 100 334 0 112 13 4 465 133 75
Binary 11110110 1000000 11011100 0 1001010 1011 100 100110101 1011011 111101

Color Harmonies of #F640DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640DC

Black with #F640DC

Text Example


Text Example

White with #F640DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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