Html Css Color HEX #F921D4 Razzle Dazzle Rose

📋 copy color: '#F921D4'

red 249 ◦ green 33 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F921D4

Tints of Razzle Dazzle Rose #F921D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.91%

R = 50.4%
G = 6.68%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F921D4 (or 0xF921D4) is known color: Razzle Dazzle Rose. HEX triplet: F9, 21 and D4. RGB value is (249,33,212). Sum of RGB (Red+Green+Blue) = 249+33+212=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 33 (13.28% from 255 or 6.68% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F921D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F921D4 is #06DE2B. Grayscale: #757575. Windows color (decimal): -450092 or 13902329. OLE color: 13902329.

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

Color convert

RGB 249 33 212 -
CMYK 0 0.87 0.15 0.02
HSL 310.28º 0.95% 0.55% -
HSV(B) 310.28º 0.87% 0.98% -
XYZ 51.49 25.98 64.59 -
YUV 117.99 181.06 221.45 -
System Red Green Blue C M Y K H S L
Decimal 249 33 212 0 0.87 0.15 0.02 310.28 0.95 0.55
Hex F9 21 D4 0 57 F 2 136 5F 37
Octal 371 41 324 0 127 17 2 466 137 67
Binary 11111001 100001 11010100 0 1010111 1111 10 100110110 1011111 110111

Color Harmonies of #F921D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F921D4

Black with #F921D4

Text Example


Text Example

White with #F921D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F921D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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