Html Css Color HEX #F61ED2 Razzle Dazzle Rose

📋 copy color: '#F61ED2'

red 246 ◦ green 30 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F61ED2

Tints of Razzle Dazzle Rose #F61ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.21%

R = 50.62%
G = 6.17%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F61ED2 (or 0xF61ED2) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1E and D2. RGB value is (246,30,210). Sum of RGB (Red+Green+Blue) = 246+30+210=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 30 (12.11% from 255 or 6.17% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F61ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61ED2 is #09E12D. Grayscale: #727272. Windows color (decimal): -647470 or 13770486. OLE color: 13770486.

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

Color convert

RGB 246 30 210 -
CMYK 0 0.88 0.15 0.04
HSL 310º 0.92% 0.54% -
HSV(B) 310º 0.88% 0.96% -
XYZ 50.1 25.17 63.19 -
YUV 115.1 181.56 221.36 -
System Red Green Blue C M Y K H S L
Decimal 246 30 210 0 0.88 0.15 0.04 310 0.92 0.54
Hex F6 1E D2 0 58 F 4 136 5C 36
Octal 366 36 322 0 130 17 4 466 134 66
Binary 11110110 11110 11010010 0 1011000 1111 100 100110110 1011100 110110

Color Harmonies of #F61ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61ED2

Black with #F61ED2

Text Example


Text Example

White with #F61ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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