Html Css Color HEX #F93BCE Razzle Dazzle Rose

📋 copy color: '#F93BCE'

red 249 ◦ green 59 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F93BCE

Tints of Razzle Dazzle Rose #F93BCE

RGB

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

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

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

R = 48.44%
G = 11.48%
B = 40.08%

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

#F93BCE (or 0xF93BCE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3B and CE. RGB value is (249,59,206). Sum of RGB (Red+Green+Blue) = 249+59+206=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 59 (23.44% from 255 or 11.48% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93BCE is #06C431. Grayscale: #848484. Windows color (decimal): -443442 or 13515769. OLE color: 13515769.

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

Color convert

RGB 249 59 206 -
CMYK 0 0.76 0.17 0.02
HSL 313.58º 0.94% 0.6% -
HSV(B) 313.58º 0.76% 0.98% -
XYZ 51.77 27.72 61.02 -
YUV 132.57 169.45 211.05 -
System Red Green Blue C M Y K H S L
Decimal 249 59 206 0 0.76 0.17 0.02 313.58 0.94 0.6
Hex F9 3B CE 0 4C 11 2 13A 5E 3C
Octal 371 73 316 0 114 21 2 472 136 74
Binary 11111001 111011 11001110 0 1001100 10001 10 100111010 1011110 111100

Color Harmonies of #F93BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93BCE

Black with #F93BCE

Text Example


Text Example

White with #F93BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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