Html Css Color HEX #F93ECD Razzle Dazzle Rose

📋 copy color: '#F93ECD'

red 249 ◦ green 62 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F93ECD

Tints of Razzle Dazzle Rose #F93ECD

RGB

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

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

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

R = 48.26%
G = 12.02%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F93ECD (or 0xF93ECD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3E and CD. RGB value is (249,62,205). Sum of RGB (Red+Green+Blue) = 249+62+205=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 62 (24.61% from 255 or 12.02% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ECD is #06C132. Grayscale: #858585. Windows color (decimal): -442675 or 13451001. OLE color: 13451001.

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

Color convert

RGB 249 62 205 -
CMYK 0 0.75 0.18 0.02
HSL 314.12º 0.94% 0.61% -
HSV(B) 314.12º 0.75% 0.98% -
XYZ 51.81 27.99 60.43 -
YUV 134.22 167.95 209.87 -
System Red Green Blue C M Y K H S L
Decimal 249 62 205 0 0.75 0.18 0.02 314.12 0.94 0.61
Hex F9 3E CD 0 4B 12 2 13A 5E 3D
Octal 371 76 315 0 113 22 2 472 136 75
Binary 11111001 111110 11001101 0 1001011 10010 10 100111010 1011110 111101

Color Harmonies of #F93ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93ECD

Black with #F93ECD

Text Example


Text Example

White with #F93ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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