Html Css Color HEX #F93AC2 Razzle Dazzle Rose

📋 copy color: '#F93AC2'

red 249 ◦ green 58 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F93AC2

Tints of Razzle Dazzle Rose #F93AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.72%

R = 49.7%
G = 11.58%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F93AC2 (or 0xF93AC2) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and C2. RGB value is (249,58,194). Sum of RGB (Red+Green+Blue) = 249+58+194=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93AC2 is #06C53D. Grayscale: #828282. Windows color (decimal): -443710 or 12729081. OLE color: 12729081.

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

Color convert

RGB 249 58 194 -
CMYK 0 0.77 0.22 0.02
HSL 317.28º 0.94% 0.6% -
HSV(B) 317.28º 0.77% 0.98% -
XYZ 50.32 27.06 53.61 -
YUV 130.61 163.78 212.44 -
System Red Green Blue C M Y K H S L
Decimal 249 58 194 0 0.77 0.22 0.02 317.28 0.94 0.6
Hex F9 3A C2 0 4D 16 2 13D 5E 3C
Octal 371 72 302 0 115 26 2 475 136 74
Binary 11111001 111010 11000010 0 1001101 10110 10 100111101 1011110 111100

Color Harmonies of #F93AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93AC2

Black with #F93AC2

Text Example


Text Example

White with #F93AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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