Html Css Color HEX #F93ECE Razzle Dazzle Rose

📋 copy color: '#F93ECE'

red 249 ◦ green 62 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F93ECE

Tints of Razzle Dazzle Rose #F93ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 48.16%
G = 11.99%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F93ECE (or 0xF93ECE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3E and CE. RGB value is (249,62,206). Sum of RGB (Red+Green+Blue) = 249+62+206=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 62 (24.61% from 255 or 11.99% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ECE is #06C131. Grayscale: #858585. Windows color (decimal): -442674 or 13516537. OLE color: 13516537.

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

Color convert

RGB 249 62 206 -
CMYK 0 0.75 0.17 0.02
HSL 313.8º 0.94% 0.61% -
HSV(B) 313.8º 0.75% 0.98% -
XYZ 51.93 28.04 61.07 -
YUV 134.33 168.45 209.79 -
System Red Green Blue C M Y K H S L
Decimal 249 62 206 0 0.75 0.17 0.02 313.8 0.94 0.61
Hex F9 3E CE 0 4B 11 2 13A 5E 3D
Octal 371 76 316 0 113 21 2 472 136 75
Binary 11111001 111110 11001110 0 1001011 10001 10 100111010 1011110 111101

Color Harmonies of #F93ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93ECE

Black with #F93ECE

Text Example


Text Example

White with #F93ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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