Html Css Color HEX #F93EC5 Razzle Dazzle Rose

📋 copy color: '#F93EC5'

red 249 ◦ green 62 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F93EC5

Tints of Razzle Dazzle Rose #F93EC5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.2%

 BLUE value IS 197 (77.34% from 255) = 38.78%

R = 49.02%
G = 12.2%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F93EC5 (or 0xF93EC5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3E and C5. RGB value is (249,62,197). Sum of RGB (Red+Green+Blue) = 249+62+197=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 62 (24.61% from 255 or 12.20% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F93EC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93EC5 is #06C13A. Grayscale: #848484. Windows color (decimal): -442683 or 12926713. OLE color: 12926713.

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

Color convert

RGB 249 62 197 -
CMYK 0 0.75 0.21 0.02
HSL 316.68º 0.94% 0.61% -
HSV(B) 316.68º 0.75% 0.98% -
XYZ 50.87 27.62 55.47 -
YUV 133.3 163.95 210.52 -
System Red Green Blue C M Y K H S L
Decimal 249 62 197 0 0.75 0.21 0.02 316.68 0.94 0.61
Hex F9 3E C5 0 4B 15 2 13D 5E 3D
Octal 371 76 305 0 113 25 2 475 136 75
Binary 11111001 111110 11000101 0 1001011 10101 10 100111101 1011110 111101

Color Harmonies of #F93EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93EC5

Black with #F93EC5

Text Example


Text Example

White with #F93EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93EC5; }

 p { color: rgb(249,62,197); }

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

background-color css

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

 a { background-color: rgb(249,62,197); }

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

border-color css

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

 span { border-color: rgb(249,62,197); }

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