Html Css Color HEX #F61ED8 Razzle Dazzle Rose

📋 copy color: '#F61ED8'

red 246 ◦ green 30 ◦ blue 216

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

Shades of Razzle Dazzle Rose #F61ED8

Tints of Razzle Dazzle Rose #F61ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.9%

R = 50%
G = 6.1%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F61ED8 (or 0xF61ED8) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1E and D8. RGB value is (246,30,216). Sum of RGB (Red+Green+Blue) = 246+30+216=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 30 (12.11% from 255 or 6.10% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F61ED8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61ED8 is #09E127. Grayscale: #737373. Windows color (decimal): -647464 or 14163702. OLE color: 14163702.

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

Color convert

RGB 246 30 216 -
CMYK 0 0.88 0.12 0.04
HSL 308.33º 0.92% 0.54% -
HSV(B) 308.33º 0.88% 0.96% -
XYZ 50.86 25.48 67.2 -
YUV 115.79 184.56 220.88 -
System Red Green Blue C M Y K H S L
Decimal 246 30 216 0 0.88 0.12 0.04 308.33 0.92 0.54
Hex F6 1E D8 0 58 C 4 134 5C 36
Octal 366 36 330 0 130 14 4 464 134 66
Binary 11110110 11110 11011000 0 1011000 1100 100 100110100 1011100 110110

Color Harmonies of #F61ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61ED8

Black with #F61ED8

Text Example


Text Example

White with #F61ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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