Html Css Color HEX #F93CC6 Razzle Dazzle Rose

📋 copy color: '#F93CC6'

red 249 ◦ green 60 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F93CC6

Tints of Razzle Dazzle Rose #F93CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.05%

R = 49.11%
G = 11.83%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F93CC6 (or 0xF93CC6) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3C and C6. RGB value is (249,60,198). Sum of RGB (Red+Green+Blue) = 249+60+198=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93CC6 is #06C339. Grayscale: #838383. Windows color (decimal): -443194 or 12991737. OLE color: 12991737.

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

Color convert

RGB 249 60 198 -
CMYK 0 0.76 0.20 0.02
HSL 316.19º 0.94% 0.61% -
HSV(B) 316.19º 0.76% 0.98% -
XYZ 50.88 27.45 56.04 -
YUV 132.24 165.12 211.28 -
System Red Green Blue C M Y K H S L
Decimal 249 60 198 0 0.76 0.20 0.02 316.19 0.94 0.61
Hex F9 3C C6 0 4C 14 2 13C 5E 3D
Octal 371 74 306 0 114 24 2 474 136 75
Binary 11111001 111100 11000110 0 1001100 10100 10 100111100 1011110 111101

Color Harmonies of #F93CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93CC6

Black with #F93CC6

Text Example


Text Example

White with #F93CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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