Html Css Color HEX #F93ECB Razzle Dazzle Rose

📋 copy color: '#F93ECB'

red 249 ◦ green 62 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F93ECB

Tints of Razzle Dazzle Rose #F93ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 48.44%
G = 12.06%
B = 39.49%

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

#F93ECB (or 0xF93ECB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3E and CB. RGB value is (249,62,203). Sum of RGB (Red+Green+Blue) = 249+62+203=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 62 (24.61% from 255 or 12.06% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ECB is #06C134. Grayscale: #858585. Windows color (decimal): -442677 or 13319929. OLE color: 13319929.

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

Color convert

RGB 249 62 203 -
CMYK 0 0.75 0.18 0.02
HSL 314.76º 0.94% 0.61% -
HSV(B) 314.76º 0.75% 0.98% -
XYZ 51.57 27.9 59.17 -
YUV 133.99 166.95 210.04 -
System Red Green Blue C M Y K H S L
Decimal 249 62 203 0 0.75 0.18 0.02 314.76 0.94 0.61
Hex F9 3E CB 0 4B 12 2 13B 5E 3D
Octal 371 76 313 0 113 22 2 473 136 75
Binary 11111001 111110 11001011 0 1001011 10010 10 100111011 1011110 111101

Color Harmonies of #F93ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93ECB

Black with #F93ECB

Text Example


Text Example

White with #F93ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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