Html Css Color HEX #F73CBB Razzle Dazzle Rose

📋 copy color: '#F73CBB'

red 247 ◦ green 60 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F73CBB

Tints of Razzle Dazzle Rose #F73CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 50%
G = 12.15%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F73CBB (or 0xF73CBB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3C and BB. RGB value is (247,60,187). Sum of RGB (Red+Green+Blue) = 247+60+187=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73CBB is #08C344. Grayscale: #828282. Windows color (decimal): -574277 or 12270839. OLE color: 12270839.

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

Color convert

RGB 247 60 187 -
CMYK 0 0.76 0.24 0.03
HSL 319.25º 0.92% 0.6% -
HSV(B) 319.25º 0.76% 0.97% -
XYZ 48.94 26.59 49.57 -
YUV 130.39 159.95 211.17 -
System Red Green Blue C M Y K H S L
Decimal 247 60 187 0 0.76 0.24 0.03 319.25 0.92 0.6
Hex F7 3C BB 0 4C 18 3 13F 5C 3C
Octal 367 74 273 0 114 30 3 477 134 74
Binary 11110111 111100 10111011 0 1001100 11000 11 100111111 1011100 111100

Color Harmonies of #F73CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73CBB

Black with #F73CBB

Text Example


Text Example

White with #F73CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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