Html Css Color HEX #F93ACC Razzle Dazzle Rose

📋 copy color: '#F93ACC'

red 249 ◦ green 58 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F93ACC

Tints of Razzle Dazzle Rose #F93ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.35%

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 48.73%
G = 11.35%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F93ACC (or 0xF93ACC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and CC. RGB value is (249,58,204). Sum of RGB (Red+Green+Blue) = 249+58+204=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 58 (23.05% from 255 or 11.35% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ACC is #06C533. Grayscale: #838383. Windows color (decimal): -443700 or 13384441. OLE color: 13384441.

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

Color convert

RGB 249 58 204 -
CMYK 0 0.77 0.18 0.02
HSL 314.14º 0.94% 0.6% -
HSV(B) 314.14º 0.77% 0.98% -
XYZ 51.48 27.53 59.73 -
YUV 131.75 168.78 211.63 -
System Red Green Blue C M Y K H S L
Decimal 249 58 204 0 0.77 0.18 0.02 314.14 0.94 0.6
Hex F9 3A CC 0 4D 12 2 13A 5E 3C
Octal 371 72 314 0 115 22 2 472 136 74
Binary 11111001 111010 11001100 0 1001101 10010 10 100111010 1011110 111100

Color Harmonies of #F93ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93ACC

Black with #F93ACC

Text Example


Text Example

White with #F93ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93ACC; }

 p { color: rgb(249,58,204); }

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

background-color css

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

 a { background-color: rgb(249,58,204); }

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

border-color css

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

 span { border-color: rgb(249,58,204); }

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