Html Css Color HEX #F640DF Razzle Dazzle Rose

📋 copy color: '#F640DF'

red 246 ◦ green 64 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F640DF

Tints of Razzle Dazzle Rose #F640DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 46.15%
G = 12.01%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F640DF (or 0xF640DF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and DF. RGB value is (246,64,223). Sum of RGB (Red+Green+Blue) = 246+64+223=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 64 (25.39% from 255 or 12.01% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F640DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640DF is #09BF20. Grayscale: #888888. Windows color (decimal): -638753 or 14631158. OLE color: 14631158.

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

Color convert

RGB 246 64 223 -
CMYK 0 0.74 0.09 0.04
HSL 307.58º 0.91% 0.61% -
HSV(B) 307.58º 0.74% 0.96% -
XYZ 53.16 28.59 72.53 -
YUV 136.54 176.8 206.07 -
System Red Green Blue C M Y K H S L
Decimal 246 64 223 0 0.74 0.09 0.04 307.58 0.91 0.61
Hex F6 40 DF 0 4A 9 4 134 5B 3D
Octal 366 100 337 0 112 11 4 464 133 75
Binary 11110110 1000000 11011111 0 1001010 1001 100 100110100 1011011 111101

Color Harmonies of #F640DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640DF

Black with #F640DF

Text Example


Text Example

White with #F640DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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