Html Css Color HEX #F93CCE Razzle Dazzle Rose

📋 copy color: '#F93CCE'

red 249 ◦ green 60 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F93CCE

Tints of Razzle Dazzle Rose #F93CCE

RGB

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

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

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

R = 48.35%
G = 11.65%
B = 40%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F93CCE (or 0xF93CCE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3C and CE. RGB value is (249,60,206). Sum of RGB (Red+Green+Blue) = 249+60+206=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 60 (23.83% from 255 or 11.65% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93CCE is #06C331. Grayscale: #848484. Windows color (decimal): -443186 or 13516025. OLE color: 13516025.

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

Color convert

RGB 249 60 206 -
CMYK 0 0.76 0.17 0.02
HSL 313.65º 0.94% 0.61% -
HSV(B) 313.65º 0.76% 0.98% -
XYZ 51.82 27.83 61.03 -
YUV 133.16 169.12 210.63 -
System Red Green Blue C M Y K H S L
Decimal 249 60 206 0 0.76 0.17 0.02 313.65 0.94 0.61
Hex F9 3C CE 0 4C 11 2 13A 5E 3D
Octal 371 74 316 0 114 21 2 472 136 75
Binary 11111001 111100 11001110 0 1001100 10001 10 100111010 1011110 111101

Color Harmonies of #F93CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93CCE

Black with #F93CCE

Text Example


Text Example

White with #F93CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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