Html Css Color HEX #F93ED2 Razzle Dazzle Rose

📋 copy color: '#F93ED2'

red 249 ◦ green 62 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F93ED2

Tints of Razzle Dazzle Rose #F93ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.31%

R = 47.79%
G = 11.9%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F93ED2 (or 0xF93ED2) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3E and D2. RGB value is (249,62,210). Sum of RGB (Red+Green+Blue) = 249+62+210=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 62 (24.61% from 255 or 11.90% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ED2 is #06C12D. Grayscale: #868686. Windows color (decimal): -442670 or 13778681. OLE color: 13778681.

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

Color convert

RGB 249 62 210 -
CMYK 0 0.75 0.16 0.02
HSL 312.51º 0.94% 0.61% -
HSV(B) 312.51º 0.75% 0.98% -
XYZ 52.42 28.24 63.66 -
YUV 134.79 170.45 209.47 -
System Red Green Blue C M Y K H S L
Decimal 249 62 210 0 0.75 0.16 0.02 312.51 0.94 0.61
Hex F9 3E D2 0 4B 10 2 139 5E 3D
Octal 371 76 322 0 113 20 2 471 136 75
Binary 11111001 111110 11010010 0 1001011 10000 10 100111001 1011110 111101

Color Harmonies of #F93ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93ED2

Black with #F93ED2

Text Example


Text Example

White with #F93ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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