Html Css Color HEX #F640DA Razzle Dazzle Rose

📋 copy color: '#F640DA'

red 246 ◦ green 64 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F640DA

Tints of Razzle Dazzle Rose #F640DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 46.59%
G = 12.12%
B = 41.29%

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

#F640DA (or 0xF640DA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and DA. RGB value is (246,64,218). Sum of RGB (Red+Green+Blue) = 246+64+218=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 64 (25.39% from 255 or 12.12% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F640DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640DA is #09BF25. Grayscale: #878787. Windows color (decimal): -638758 or 14303478. OLE color: 14303478.

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

Color convert

RGB 246 64 218 -
CMYK 0 0.74 0.11 0.04
HSL 309.23º 0.91% 0.61% -
HSV(B) 309.23º 0.74% 0.96% -
XYZ 52.49 28.32 69.03 -
YUV 135.97 174.3 206.48 -
System Red Green Blue C M Y K H S L
Decimal 246 64 218 0 0.74 0.11 0.04 309.23 0.91 0.61
Hex F6 40 DA 0 4A B 4 135 5B 3D
Octal 366 100 332 0 112 13 4 465 133 75
Binary 11110110 1000000 11011010 0 1001010 1011 100 100110101 1011011 111101

Color Harmonies of #F640DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640DA

Black with #F640DA

Text Example


Text Example

White with #F640DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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