Html Css Color HEX #F73CBA Razzle Dazzle Rose

📋 copy color: '#F73CBA'

red 247 ◦ green 60 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F73CBA

Tints of Razzle Dazzle Rose #F73CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.17%

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

R = 50.1%
G = 12.17%
B = 37.73%

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

#F73CBA (or 0xF73CBA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3C and BA. RGB value is (247,60,186). Sum of RGB (Red+Green+Blue) = 247+60+186=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73CBA is #08C345. Grayscale: #818181. Windows color (decimal): -574278 or 12205303. OLE color: 12205303.

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

Color convert

RGB 247 60 186 -
CMYK 0 0.76 0.25 0.03
HSL 319.57º 0.92% 0.6% -
HSV(B) 319.57º 0.76% 0.97% -
XYZ 48.84 26.55 49.01 -
YUV 130.28 159.45 211.25 -
System Red Green Blue C M Y K H S L
Decimal 247 60 186 0 0.76 0.25 0.03 319.57 0.92 0.6
Hex F7 3C BA 0 4C 19 3 140 5C 3C
Octal 367 74 272 0 114 31 3 500 134 74
Binary 11110111 111100 10111010 0 1001100 11001 11 101000000 1011100 111100

Color Harmonies of #F73CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73CBA

Black with #F73CBA

Text Example


Text Example

White with #F73CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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