Html Css Color HEX #F640DD Razzle Dazzle Rose

📋 copy color: '#F640DD'

red 246 ◦ green 64 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F640DD

Tints of Razzle Dazzle Rose #F640DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 46.33%
G = 12.05%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F640DD (or 0xF640DD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and DD. RGB value is (246,64,221). Sum of RGB (Red+Green+Blue) = 246+64+221=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 64 (25.39% from 255 or 12.05% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F640DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640DD is #09BF22. Grayscale: #878787. Windows color (decimal): -638755 or 14500086. OLE color: 14500086.

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

Color convert

RGB 246 64 221 -
CMYK 0 0.74 0.10 0.04
HSL 308.24º 0.91% 0.61% -
HSV(B) 308.24º 0.74% 0.96% -
XYZ 52.89 28.48 71.12 -
YUV 136.32 175.8 206.23 -
System Red Green Blue C M Y K H S L
Decimal 246 64 221 0 0.74 0.10 0.04 308.24 0.91 0.61
Hex F6 40 DD 0 4A A 4 134 5B 3D
Octal 366 100 335 0 112 12 4 464 133 75
Binary 11110110 1000000 11011101 0 1001010 1010 100 100110100 1011011 111101

Color Harmonies of #F640DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640DD

Black with #F640DD

Text Example


Text Example

White with #F640DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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