Html Css Color HEX #F61EDD Razzle Dazzle Rose

📋 copy color: '#F61EDD'

red 246 ◦ green 30 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F61EDD

Tints of Razzle Dazzle Rose #F61EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.04%

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

R = 49.5%
G = 6.04%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F61EDD (or 0xF61EDD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1E and DD. RGB value is (246,30,221). Sum of RGB (Red+Green+Blue) = 246+30+221=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 30 (12.11% from 255 or 6.04% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F61EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61EDD is #09E122. Grayscale: #737373. Windows color (decimal): -647459 or 14491382. OLE color: 14491382.

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

Color convert

RGB 246 30 221 -
CMYK 0 0.88 0.10 0.04
HSL 306.94º 0.92% 0.54% -
HSV(B) 306.94º 0.88% 0.96% -
XYZ 51.52 25.74 70.66 -
YUV 116.36 187.06 220.47 -
System Red Green Blue C M Y K H S L
Decimal 246 30 221 0 0.88 0.10 0.04 306.94 0.92 0.54
Hex F6 1E DD 0 58 A 4 133 5C 36
Octal 366 36 335 0 130 12 4 463 134 66
Binary 11110110 11110 11011101 0 1011000 1010 100 100110011 1011100 110110

Color Harmonies of #F61EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61EDD

Black with #F61EDD

Text Example


Text Example

White with #F61EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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