Html Css Color HEX #F93BCD Razzle Dazzle Rose

📋 copy color: '#F93BCD'

red 249 ◦ green 59 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F93BCD

Tints of Razzle Dazzle Rose #F93BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 48.54%
G = 11.5%
B = 39.96%

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

#F93BCD (or 0xF93BCD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3B and CD. RGB value is (249,59,205). Sum of RGB (Red+Green+Blue) = 249+59+205=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 59 (23.44% from 255 or 11.50% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93BCD is #06C432. Grayscale: #848484. Windows color (decimal): -443443 or 13450233. OLE color: 13450233.

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

Color convert

RGB 249 59 205 -
CMYK 0 0.76 0.18 0.02
HSL 313.89º 0.94% 0.6% -
HSV(B) 313.89º 0.76% 0.98% -
XYZ 51.65 27.68 60.38 -
YUV 132.45 168.95 211.13 -
System Red Green Blue C M Y K H S L
Decimal 249 59 205 0 0.76 0.18 0.02 313.89 0.94 0.6
Hex F9 3B CD 0 4C 12 2 13A 5E 3C
Octal 371 73 315 0 114 22 2 472 136 74
Binary 11111001 111011 11001101 0 1001100 10010 10 100111010 1011110 111100

Color Harmonies of #F93BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93BCD

Black with #F93BCD

Text Example


Text Example

White with #F93BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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