Html Css Color HEX #F61DDC Razzle Dazzle Rose

📋 copy color: '#F61DDC'

red 246 ◦ green 29 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F61DDC

Tints of Razzle Dazzle Rose #F61DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.86%

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

R = 49.7%
G = 5.86%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F61DDC (or 0xF61DDC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1D and DC. RGB value is (246,29,220). Sum of RGB (Red+Green+Blue) = 246+29+220=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 29 (11.72% from 255 or 5.86% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F61DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61DDC is #09E223. Grayscale: #737373. Windows color (decimal): -647716 or 14425590. OLE color: 14425590.

HSL color Cylindrical-coordinate representation of color #F61DDC: hue angle of 307.19º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61DDC is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 29 220 -
CMYK 0 0.88 0.11 0.04
HSL 307.19º 0.92% 0.54% -
HSV(B) 307.19º 0.88% 0.96% -
XYZ 51.36 25.64 69.95 -
YUV 115.66 186.89 220.97 -
System Red Green Blue C M Y K H S L
Decimal 246 29 220 0 0.88 0.11 0.04 307.19 0.92 0.54
Hex F6 1D DC 0 58 B 4 133 5C 36
Octal 366 35 334 0 130 13 4 463 134 66
Binary 11110110 11101 11011100 0 1011000 1011 100 100110011 1011100 110110

Color Harmonies of #F61DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61DDC

Black with #F61DDC

Text Example


Text Example

White with #F61DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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