Html Css Color HEX #F920D4 Razzle Dazzle Rose

📋 copy color: '#F920D4'

red 249 ◦ green 32 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F920D4

Tints of Razzle Dazzle Rose #F920D4

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.49%

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

R = 50.51%
G = 6.49%
B = 43%

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

#F920D4 (or 0xF920D4) is known color: Razzle Dazzle Rose. HEX triplet: F9, 20 and D4. RGB value is (249,32,212). Sum of RGB (Red+Green+Blue) = 249+32+212=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 32 (12.89% from 255 or 6.49% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F920D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F920D4 is #06DF2B. Grayscale: #747474. Windows color (decimal): -450348 or 13902073. OLE color: 13902073.

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

Color convert

RGB 249 32 212 -
CMYK 0 0.87 0.15 0.02
HSL 310.23º 0.95% 0.55% -
HSV(B) 310.23º 0.87% 0.98% -
XYZ 51.47 25.93 64.58 -
YUV 117.4 181.39 221.86 -
System Red Green Blue C M Y K H S L
Decimal 249 32 212 0 0.87 0.15 0.02 310.23 0.95 0.55
Hex F9 20 D4 0 57 F 2 136 5F 37
Octal 371 40 324 0 127 17 2 466 137 67
Binary 11111001 100000 11010100 0 1010111 1111 10 100110110 1011111 110111

Color Harmonies of #F920D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F920D4

Black with #F920D4

Text Example


Text Example

White with #F920D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F920D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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