Html Css Color HEX #F93DDB Razzle Dazzle Rose

📋 copy color: '#F93DDB'

red 249 ◦ green 61 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F93DDB

Tints of Razzle Dazzle Rose #F93DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 47.07%
G = 11.53%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F93DDB (or 0xF93DDB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3D and DB. RGB value is (249,61,219). Sum of RGB (Red+Green+Blue) = 249+61+219=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 61 (24.22% from 255 or 11.53% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F93DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93DDB is #06C224. Grayscale: #868686. Windows color (decimal): -442917 or 14368249. OLE color: 14368249.

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

Color convert

RGB 249 61 219 -
CMYK 0 0.76 0.12 0.02
HSL 309.57º 0.94% 0.61% -
HSV(B) 309.57º 0.76% 0.98% -
XYZ 53.52 28.59 69.72 -
YUV 135.22 175.28 209.15 -
System Red Green Blue C M Y K H S L
Decimal 249 61 219 0 0.76 0.12 0.02 309.57 0.94 0.61
Hex F9 3D DB 0 4C C 2 136 5E 3D
Octal 371 75 333 0 114 14 2 466 136 75
Binary 11111001 111101 11011011 0 1001100 1100 10 100110110 1011110 111101

Color Harmonies of #F93DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93DDB

Black with #F93DDB

Text Example


Text Example

White with #F93DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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