Html Css Color HEX #F73BBA Razzle Dazzle Rose

📋 copy color: '#F73BBA'

red 247 ◦ green 59 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F73BBA

Tints of Razzle Dazzle Rose #F73BBA

RGB

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

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

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

R = 50.2%
G = 11.99%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F73BBA (or 0xF73BBA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3B and BA. RGB value is (247,59,186). Sum of RGB (Red+Green+Blue) = 247+59+186=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 59 (23.44% from 255 or 11.99% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F73BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73BBA is #08C445. Grayscale: #818181. Windows color (decimal): -574534 or 12205047. OLE color: 12205047.

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

Color convert

RGB 247 59 186 -
CMYK 0 0.76 0.25 0.03
HSL 319.47º 0.92% 0.6% -
HSV(B) 319.47º 0.76% 0.97% -
XYZ 48.78 26.45 48.99 -
YUV 129.69 159.78 211.67 -
System Red Green Blue C M Y K H S L
Decimal 247 59 186 0 0.76 0.25 0.03 319.47 0.92 0.6
Hex F7 3B BA 0 4C 19 3 13F 5C 3C
Octal 367 73 272 0 114 31 3 477 134 74
Binary 11110111 111011 10111010 0 1001100 11001 11 100111111 1011100 111100

Color Harmonies of #F73BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73BBA

Black with #F73BBA

Text Example


Text Example

White with #F73BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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