Html Css Color HEX #F93CDC Razzle Dazzle Rose

📋 copy color: '#F93CDC'

red 249 ◦ green 60 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F93CDC

Tints of Razzle Dazzle Rose #F93CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.34%

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 47.07%
G = 11.34%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F93CDC (or 0xF93CDC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3C and DC. RGB value is (249,60,220). Sum of RGB (Red+Green+Blue) = 249+60+220=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 60 (23.83% from 255 or 11.34% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93CDC is #06C323. Grayscale: #868686. Windows color (decimal): -443172 or 14433529. OLE color: 14433529.

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

Color convert

RGB 249 60 220 -
CMYK 0 0.76 0.12 0.02
HSL 309.21º 0.94% 0.61% -
HSV(B) 309.21º 0.76% 0.98% -
XYZ 53.6 28.54 70.39 -
YUV 134.75 176.12 209.49 -
System Red Green Blue C M Y K H S L
Decimal 249 60 220 0 0.76 0.12 0.02 309.21 0.94 0.61
Hex F9 3C DC 0 4C C 2 135 5E 3D
Octal 371 74 334 0 114 14 2 465 136 75
Binary 11111001 111100 11011100 0 1001100 1100 10 100110101 1011110 111101

Color Harmonies of #F93CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93CDC

Black with #F93CDC

Text Example


Text Example

White with #F93CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93CDC; }

 p { color: rgb(249,60,220); }

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

background-color css

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

 a { background-color: rgb(249,60,220); }

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

border-color css

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

 span { border-color: rgb(249,60,220); }

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