Html Css Color HEX #F93BDF Razzle Dazzle Rose

📋 copy color: '#F93BDF'

red 249 ◦ green 59 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F93BDF

Tints of Razzle Dazzle Rose #F93BDF

RGB

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

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

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

R = 46.89%
G = 11.11%
B = 42%

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

#F93BDF (or 0xF93BDF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3B and DF. RGB value is (249,59,223). Sum of RGB (Red+Green+Blue) = 249+59+223=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 59 (23.44% from 255 or 11.11% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93BDF is #06C420. Grayscale: #868686. Windows color (decimal): -443425 or 14629881. OLE color: 14629881.

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

Color convert

RGB 249 59 223 -
CMYK 0 0.76 0.10 0.02
HSL 308.21º 0.94% 0.6% -
HSV(B) 308.21º 0.76% 0.98% -
XYZ 53.95 28.6 72.49 -
YUV 134.51 177.95 209.66 -
System Red Green Blue C M Y K H S L
Decimal 249 59 223 0 0.76 0.10 0.02 308.21 0.94 0.6
Hex F9 3B DF 0 4C A 2 134 5E 3C
Octal 371 73 337 0 114 12 2 464 136 74
Binary 11111001 111011 11011111 0 1001100 1010 10 100110100 1011110 111100

Color Harmonies of #F93BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93BDF

Black with #F93BDF

Text Example


Text Example

White with #F93BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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