Html Css Color HEX #F93DBA Razzle Dazzle Rose

📋 copy color: '#F93DBA'

red 249 ◦ green 61 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F93DBA

Tints of Razzle Dazzle Rose #F93DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.5%

R = 50.2%
G = 12.3%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F93DBA (or 0xF93DBA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3D and BA. RGB value is (249,61,186). Sum of RGB (Red+Green+Blue) = 249+61+186=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F93DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93DBA is #06C245. Grayscale: #838383. Windows color (decimal): -442950 or 12205561. OLE color: 12205561.

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

Color convert

RGB 249 61 186 -
CMYK 0 0.76 0.25 0.02
HSL 320.11º 0.94% 0.61% -
HSV(B) 320.11º 0.76% 0.98% -
XYZ 49.6 27.02 49.06 -
YUV 131.46 158.78 211.84 -
System Red Green Blue C M Y K H S L
Decimal 249 61 186 0 0.76 0.25 0.02 320.11 0.94 0.61
Hex F9 3D BA 0 4C 19 2 140 5E 3D
Octal 371 75 272 0 114 31 2 500 136 75
Binary 11111001 111101 10111010 0 1001100 11001 10 101000000 1011110 111101

Color Harmonies of #F93DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93DBA

Black with #F93DBA

Text Example


Text Example

White with #F93DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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