Html Css Color HEX #F91EDF Razzle Dazzle Rose

📋 copy color: '#F91EDF'

red 249 ◦ green 30 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F91EDF

Tints of Razzle Dazzle Rose #F91EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 49.6%
G = 5.98%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F91EDF (or 0xF91EDF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1E and DF. RGB value is (249,30,223). Sum of RGB (Red+Green+Blue) = 249+30+223=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 30 (12.11% from 255 or 5.98% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F91EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91EDF is #06E120. Grayscale: #747474. Windows color (decimal): -450849 or 14622457. OLE color: 14622457.

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

Color convert

RGB 249 30 223 -
CMYK 0 0.88 0.10 0.02
HSL 307.12º 0.95% 0.55% -
HSV(B) 307.12º 0.88% 0.98% -
XYZ 52.85 26.4 72.12 -
YUV 117.48 187.55 221.81 -
System Red Green Blue C M Y K H S L
Decimal 249 30 223 0 0.88 0.10 0.02 307.12 0.95 0.55
Hex F9 1E DF 0 58 A 2 133 5F 37
Octal 371 36 337 0 130 12 2 463 137 67
Binary 11111001 11110 11011111 0 1011000 1010 10 100110011 1011111 110111

Color Harmonies of #F91EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91EDF

Black with #F91EDF

Text Example


Text Example

White with #F91EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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