Html Css Color HEX #F93BCC Razzle Dazzle Rose

📋 copy color: '#F93BCC'

red 249 ◦ green 59 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F93BCC

Tints of Razzle Dazzle Rose #F93BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.52%

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 48.63%
G = 11.52%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F93BCC (or 0xF93BCC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3B and CC. RGB value is (249,59,204). Sum of RGB (Red+Green+Blue) = 249+59+204=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 59 (23.44% from 255 or 11.52% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93BCC is #06C433. Grayscale: #838383. Windows color (decimal): -443444 or 13384697. OLE color: 13384697.

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

Color convert

RGB 249 59 204 -
CMYK 0 0.76 0.18 0.02
HSL 314.21º 0.94% 0.6% -
HSV(B) 314.21º 0.76% 0.98% -
XYZ 51.53 27.63 59.74 -
YUV 132.34 168.45 211.21 -
System Red Green Blue C M Y K H S L
Decimal 249 59 204 0 0.76 0.18 0.02 314.21 0.94 0.6
Hex F9 3B CC 0 4C 12 2 13A 5E 3C
Octal 371 73 314 0 114 22 2 472 136 74
Binary 11111001 111011 11001100 0 1001100 10010 10 100111010 1011110 111100

Color Harmonies of #F93BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93BCC

Black with #F93BCC

Text Example


Text Example

White with #F93BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93BCC; }

 p { color: rgb(249,59,204); }

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

background-color css

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

 a { background-color: rgb(249,59,204); }

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

border-color css

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

 span { border-color: rgb(249,59,204); }

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