Html Css Color HEX #F91FDD Razzle Dazzle Rose

📋 copy color: '#F91FDD'

red 249 ◦ green 31 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F91FDD

Tints of Razzle Dazzle Rose #F91FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.19%

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 49.7%
G = 6.19%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F91FDD (or 0xF91FDD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1F and DD. RGB value is (249,31,221). Sum of RGB (Red+Green+Blue) = 249+31+221=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 31 (12.5% from 255 or 6.19% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F91FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91FDD is #06E022. Grayscale: #757575. Windows color (decimal): -450595 or 14491641. OLE color: 14491641.

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

Color convert

RGB 249 31 221 -
CMYK 0 0.88 0.11 0.02
HSL 307.71º 0.95% 0.55% -
HSV(B) 307.71º 0.88% 0.98% -
XYZ 52.61 26.34 70.72 -
YUV 117.84 186.22 221.55 -
System Red Green Blue C M Y K H S L
Decimal 249 31 221 0 0.88 0.11 0.02 307.71 0.95 0.55
Hex F9 1F DD 0 58 B 2 134 5F 37
Octal 371 37 335 0 130 13 2 464 137 67
Binary 11111001 11111 11011101 0 1011000 1011 10 100110100 1011111 110111

Color Harmonies of #F91FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91FDD

Black with #F91FDD

Text Example


Text Example

White with #F91FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91FDD; }

 p { color: rgb(249,31,221); }

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

background-color css

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

 a { background-color: rgb(249,31,221); }

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

border-color css

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

 span { border-color: rgb(249,31,221); }

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