Html Css Color HEX #F93BDD Razzle Dazzle Rose

📋 copy color: '#F93BDD'

red 249 ◦ green 59 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F93BDD

Tints of Razzle Dazzle Rose #F93BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 47.07%
G = 11.15%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F93BDD (or 0xF93BDD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3B and DD. RGB value is (249,59,221). Sum of RGB (Red+Green+Blue) = 249+59+221=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 59 (23.44% from 255 or 11.15% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93BDD is #06C422. Grayscale: #858585. Windows color (decimal): -443427 or 14498809. OLE color: 14498809.

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

Color convert

RGB 249 59 221 -
CMYK 0 0.76 0.11 0.02
HSL 308.84º 0.94% 0.6% -
HSV(B) 308.84º 0.76% 0.98% -
XYZ 53.68 28.49 71.08 -
YUV 134.28 176.95 209.83 -
System Red Green Blue C M Y K H S L
Decimal 249 59 221 0 0.76 0.11 0.02 308.84 0.94 0.6
Hex F9 3B DD 0 4C B 2 135 5E 3C
Octal 371 73 335 0 114 13 2 465 136 74
Binary 11111001 111011 11011101 0 1001100 1011 10 100110101 1011110 111100

Color Harmonies of #F93BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93BDD

Black with #F93BDD

Text Example


Text Example

White with #F93BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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