Html Css Color HEX #F641DD Razzle Dazzle Rose

📋 copy color: '#F641DD'

red 246 ◦ green 65 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F641DD

Tints of Razzle Dazzle Rose #F641DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.22%

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

R = 46.24%
G = 12.22%
B = 41.54%

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

#F641DD (or 0xF641DD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 41 and DD. RGB value is (246,65,221). Sum of RGB (Red+Green+Blue) = 246+65+221=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 65 (25.78% from 255 or 12.22% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 246 - color contains mainly: red. Hex color #F641DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641DD is #09BE22. Grayscale: #888888. Windows color (decimal): -638499 or 14500342. OLE color: 14500342.

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

Color convert

RGB 246 65 221 -
CMYK 0 0.74 0.10 0.04
HSL 308.29º 0.91% 0.61% -
HSV(B) 308.29º 0.74% 0.96% -
XYZ 52.95 28.59 71.14 -
YUV 136.9 175.47 205.82 -
System Red Green Blue C M Y K H S L
Decimal 246 65 221 0 0.74 0.10 0.04 308.29 0.91 0.61
Hex F6 41 DD 0 4A A 4 134 5B 3D
Octal 366 101 335 0 112 12 4 464 133 75
Binary 11110110 1000001 11011101 0 1001010 1010 100 100110100 1011011 111101

Color Harmonies of #F641DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F641DD

Black with #F641DD

Text Example


Text Example

White with #F641DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F641DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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