Html Css Color HEX #F92ACD Razzle Dazzle Rose

📋 copy color: '#F92ACD'

red 249 ◦ green 42 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F92ACD

Tints of Razzle Dazzle Rose #F92ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.47%

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 50.2%
G = 8.47%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F92ACD (or 0xF92ACD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2A and CD. RGB value is (249,42,205). Sum of RGB (Red+Green+Blue) = 249+42+205=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 42 (16.80% from 255 or 8.47% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F92ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92ACD is #06D532. Grayscale: #7A7A7A. Windows color (decimal): -447795 or 13445881. OLE color: 13445881.

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

Color convert

RGB 249 42 205 -
CMYK 0 0.83 0.18 0.02
HSL 312.75º 0.95% 0.57% -
HSV(B) 312.75º 0.83% 0.98% -
XYZ 50.91 26.2 60.13 -
YUV 122.48 174.58 218.25 -
System Red Green Blue C M Y K H S L
Decimal 249 42 205 0 0.83 0.18 0.02 312.75 0.95 0.57
Hex F9 2A CD 0 53 12 2 139 5F 39
Octal 371 52 315 0 123 22 2 471 137 71
Binary 11111001 101010 11001101 0 1010011 10010 10 100111001 1011111 111001

Color Harmonies of #F92ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92ACD

Black with #F92ACD

Text Example


Text Example

White with #F92ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92ACD; }

 p { color: rgb(249,42,205); }

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

background-color css

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

 a { background-color: rgb(249,42,205); }

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

border-color css

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

 span { border-color: rgb(249,42,205); }

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