Html Css Color HEX #F93DD2 Razzle Dazzle Rose

📋 copy color: '#F93DD2'

red 249 ◦ green 61 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F93DD2

Tints of Razzle Dazzle Rose #F93DD2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.73%

 BLUE value IS 210 (82.42% from 255) = 40.38%

R = 47.88%
G = 11.73%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F93DD2 (or 0xF93DD2) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3D and D2. RGB value is (249,61,210). Sum of RGB (Red+Green+Blue) = 249+61+210=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 61 (24.22% from 255 or 11.73% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F93DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93DD2 is #06C22D. Grayscale: #858585. Windows color (decimal): -442926 or 13778425. OLE color: 13778425.

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

Color convert

RGB 249 61 210 -
CMYK 0 0.76 0.16 0.02
HSL 312.45º 0.94% 0.61% -
HSV(B) 312.45º 0.76% 0.98% -
XYZ 52.37 28.13 63.64 -
YUV 134.2 170.78 209.88 -
System Red Green Blue C M Y K H S L
Decimal 249 61 210 0 0.76 0.16 0.02 312.45 0.94 0.61
Hex F9 3D D2 0 4C 10 2 138 5E 3D
Octal 371 75 322 0 114 20 2 470 136 75
Binary 11111001 111101 11010010 0 1001100 10000 10 100111000 1011110 111101

Color Harmonies of #F93DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93DD2

Black with #F93DD2

Text Example


Text Example

White with #F93DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93DD2; }

 p { color: rgb(249,61,210); }

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

background-color css

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

 a { background-color: rgb(249,61,210); }

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

border-color css

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

 span { border-color: rgb(249,61,210); }

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