Html Css Color HEX #F73ABA Razzle Dazzle Rose

📋 copy color: '#F73ABA'

red 247 ◦ green 58 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F73ABA

Tints of Razzle Dazzle Rose #F73ABA

RGB

 RED value IS 247 (96.88% from 255) = 50.31%

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

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

R = 50.31%
G = 11.81%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F73ABA (or 0xF73ABA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3A and BA. RGB value is (247,58,186). Sum of RGB (Red+Green+Blue) = 247+58+186=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F73ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73ABA is #08C545. Grayscale: #808080. Windows color (decimal): -574790 or 12204791. OLE color: 12204791.

HSL color Cylindrical-coordinate representation of color #F73ABA: hue angle of 319.37º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73ABA is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 58 186 -
CMYK 0 0.77 0.25 0.03
HSL 319.37º 0.92% 0.6% -
HSV(B) 319.37º 0.77% 0.97% -
XYZ 48.73 26.35 48.97 -
YUV 129.1 160.12 212.09 -
System Red Green Blue C M Y K H S L
Decimal 247 58 186 0 0.77 0.25 0.03 319.37 0.92 0.6
Hex F7 3A BA 0 4D 19 3 13F 5C 3C
Octal 367 72 272 0 115 31 3 477 134 74
Binary 11110111 111010 10111010 0 1001101 11001 11 100111111 1011100 111100

Color Harmonies of #F73ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73ABA

Black with #F73ABA

Text Example


Text Example

White with #F73ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73ABA; }

 p { color: rgb(247,58,186); }

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

background-color css

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

 a { background-color: rgb(247,58,186); }

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

border-color css

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

 span { border-color: rgb(247,58,186); }

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