Html Css Color HEX #F93DDF Razzle Dazzle Rose

📋 copy color: '#F93DDF'

red 249 ◦ green 61 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F93DDF

Tints of Razzle Dazzle Rose #F93DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 46.72%
G = 11.44%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F93DDF (or 0xF93DDF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3D and DF. RGB value is (249,61,223). Sum of RGB (Red+Green+Blue) = 249+61+223=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 61 (24.22% from 255 or 11.44% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F93DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93DDF is #06C220. Grayscale: #878787. Windows color (decimal): -442913 or 14630393. OLE color: 14630393.

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

Color convert

RGB 249 61 223 -
CMYK 0 0.76 0.10 0.02
HSL 308.3º 0.94% 0.61% -
HSV(B) 308.3º 0.76% 0.98% -
XYZ 54.05 28.8 72.52 -
YUV 135.68 177.28 208.83 -
System Red Green Blue C M Y K H S L
Decimal 249 61 223 0 0.76 0.10 0.02 308.3 0.94 0.61
Hex F9 3D DF 0 4C A 2 134 5E 3D
Octal 371 75 337 0 114 12 2 464 136 75
Binary 11111001 111101 11011111 0 1001100 1010 10 100110100 1011110 111101

Color Harmonies of #F93DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93DDF

Black with #F93DDF

Text Example


Text Example

White with #F93DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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