Html Css Color HEX #F93AD0 Razzle Dazzle Rose

📋 copy color: '#F93AD0'

red 249 ◦ green 58 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F93AD0

Tints of Razzle Dazzle Rose #F93AD0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.26%

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 48.35%
G = 11.26%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F93AD0 (or 0xF93AD0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and D0. RGB value is (249,58,208). Sum of RGB (Red+Green+Blue) = 249+58+208=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 58 (23.05% from 255 or 11.26% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93AD0 is #06C52F. Grayscale: #838383. Windows color (decimal): -443696 or 13646585. OLE color: 13646585.

HSL color Cylindrical-coordinate representation of color #F93AD0: hue angle of 312.88º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93AD0 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 58 208 -
CMYK 0 0.77 0.16 0.02
HSL 312.88º 0.94% 0.6% -
HSV(B) 312.88º 0.77% 0.98% -
XYZ 51.97 27.72 62.29 -
YUV 132.21 170.78 211.3 -
System Red Green Blue C M Y K H S L
Decimal 249 58 208 0 0.77 0.16 0.02 312.88 0.94 0.6
Hex F9 3A D0 0 4D 10 2 139 5E 3C
Octal 371 72 320 0 115 20 2 471 136 74
Binary 11111001 111010 11010000 0 1001101 10000 10 100111001 1011110 111100

Color Harmonies of #F93AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93AD0

Black with #F93AD0

Text Example


Text Example

White with #F93AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93AD0; }

 p { color: rgb(249,58,208); }

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

background-color css

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

 a { background-color: rgb(249,58,208); }

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

border-color css

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

 span { border-color: rgb(249,58,208); }

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