Html Css Color HEX #F91EDB Razzle Dazzle Rose

📋 copy color: '#F91EDB'

red 249 ◦ green 30 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F91EDB

Tints of Razzle Dazzle Rose #F91EDB

RGB

 RED value IS 249 (97.66% from 255) = 50%

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

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

R = 50%
G = 6.02%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F91EDB (or 0xF91EDB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1E and DB. RGB value is (249,30,219). Sum of RGB (Red+Green+Blue) = 249+30+219=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 30 (12.11% from 255 or 6.02% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F91EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91EDB is #06E124. Grayscale: #747474. Windows color (decimal): -450853 or 14360313. OLE color: 14360313.

HSL color Cylindrical-coordinate representation of color #F91EDB: hue angle of 308.22º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91EDB is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 30 219 -
CMYK 0 0.88 0.12 0.02
HSL 308.22º 0.95% 0.55% -
HSV(B) 308.22º 0.88% 0.98% -
XYZ 52.32 26.18 69.31 -
YUV 117.03 185.55 222.13 -
System Red Green Blue C M Y K H S L
Decimal 249 30 219 0 0.88 0.12 0.02 308.22 0.95 0.55
Hex F9 1E DB 0 58 C 2 134 5F 37
Octal 371 36 333 0 130 14 2 464 137 67
Binary 11111001 11110 11011011 0 1011000 1100 10 100110100 1011111 110111

Color Harmonies of #F91EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91EDB

Black with #F91EDB

Text Example


Text Example

White with #F91EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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