Html Css Color HEX #F61EDB Razzle Dazzle Rose

📋 copy color: '#F61EDB'

red 246 ◦ green 30 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F61EDB

Tints of Razzle Dazzle Rose #F61EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 49.7%
G = 6.06%
B = 44.24%

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

#F61EDB (or 0xF61EDB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1E and DB. RGB value is (246,30,219). Sum of RGB (Red+Green+Blue) = 246+30+219=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F61EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61EDB is #09E124. Grayscale: #737373. Windows color (decimal): -647461 or 14360310. OLE color: 14360310.

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

Color convert

RGB 246 30 219 -
CMYK 0 0.88 0.11 0.04
HSL 307.5º 0.92% 0.54% -
HSV(B) 307.5º 0.88% 0.96% -
XYZ 51.26 25.64 69.26 -
YUV 116.13 186.06 220.63 -
System Red Green Blue C M Y K H S L
Decimal 246 30 219 0 0.88 0.11 0.04 307.5 0.92 0.54
Hex F6 1E DB 0 58 B 4 134 5C 36
Octal 366 36 333 0 130 13 4 464 134 66
Binary 11110110 11110 11011011 0 1011000 1011 100 100110100 1011100 110110

Color Harmonies of #F61EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61EDB

Black with #F61EDB

Text Example


Text Example

White with #F61EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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