Html Css Color HEX #F921D0 Razzle Dazzle Rose

📋 copy color: '#F921D0'

red 249 ◦ green 33 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F921D0

Tints of Razzle Dazzle Rose #F921D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 50.82%
G = 6.73%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F921D0 (or 0xF921D0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 21 and D0. RGB value is (249,33,208). Sum of RGB (Red+Green+Blue) = 249+33+208=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 33 (13.28% from 255 or 6.73% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F921D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F921D0 is #06DE2F. Grayscale: #757575. Windows color (decimal): -450096 or 13640185. OLE color: 13640185.

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

Color convert

RGB 249 33 208 -
CMYK 0 0.87 0.16 0.02
HSL 311.39º 0.95% 0.55% -
HSV(B) 311.39º 0.87% 0.98% -
XYZ 51 25.78 61.96 -
YUV 117.53 179.06 221.77 -
System Red Green Blue C M Y K H S L
Decimal 249 33 208 0 0.87 0.16 0.02 311.39 0.95 0.55
Hex F9 21 D0 0 57 10 2 137 5F 37
Octal 371 41 320 0 127 20 2 467 137 67
Binary 11111001 100001 11010000 0 1010111 10000 10 100110111 1011111 110111

Color Harmonies of #F921D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F921D0

Black with #F921D0

Text Example


Text Example

White with #F921D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F921D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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