Html Css Color HEX #F921DA Razzle Dazzle Rose

📋 copy color: '#F921DA'

red 249 ◦ green 33 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F921DA

Tints of Razzle Dazzle Rose #F921DA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.6%

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 49.8%
G = 6.6%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F921DA (or 0xF921DA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 21 and DA. RGB value is (249,33,218). Sum of RGB (Red+Green+Blue) = 249+33+218=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 33 (13.28% from 255 or 6.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F921DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F921DA is #06DE25. Grayscale: #767676. Windows color (decimal): -450086 or 14295545. OLE color: 14295545.

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

Color convert

RGB 249 33 218 -
CMYK 0 0.87 0.12 0.02
HSL 308.61º 0.95% 0.55% -
HSV(B) 308.61º 0.87% 0.98% -
XYZ 52.27 26.29 68.65 -
YUV 118.67 184.06 220.96 -
System Red Green Blue C M Y K H S L
Decimal 249 33 218 0 0.87 0.12 0.02 308.61 0.95 0.55
Hex F9 21 DA 0 57 C 2 135 5F 37
Octal 371 41 332 0 127 14 2 465 137 67
Binary 11111001 100001 11011010 0 1010111 1100 10 100110101 1011111 110111

Color Harmonies of #F921DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F921DA

Black with #F921DA

Text Example


Text Example

White with #F921DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F921DA; }

 p { color: rgb(249,33,218); }

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

background-color css

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

 a { background-color: rgb(249,33,218); }

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

border-color css

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

 span { border-color: rgb(249,33,218); }

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