Html Css Color HEX #F73ACB Razzle Dazzle Rose

📋 copy color: '#F73ACB'

red 247 ◦ green 58 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F73ACB

Tints of Razzle Dazzle Rose #F73ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.96%

R = 48.62%
G = 11.42%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F73ACB (or 0xF73ACB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3A and CB. RGB value is (247,58,203). Sum of RGB (Red+Green+Blue) = 247+58+203=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 58 (23.05% from 255 or 11.42% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F73ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73ACB is #08C534. Grayscale: #828282. Windows color (decimal): -574773 or 13318903. OLE color: 13318903.

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

Color convert

RGB 247 58 203 -
CMYK 0 0.77 0.18 0.03
HSL 313.97º 0.92% 0.6% -
HSV(B) 313.97º 0.77% 0.97% -
XYZ 50.65 27.11 59.06 -
YUV 131.04 168.62 210.71 -
System Red Green Blue C M Y K H S L
Decimal 247 58 203 0 0.77 0.18 0.03 313.97 0.92 0.6
Hex F7 3A CB 0 4D 12 3 13A 5C 3C
Octal 367 72 313 0 115 22 3 472 134 74
Binary 11110111 111010 11001011 0 1001101 10010 11 100111010 1011100 111100

Color Harmonies of #F73ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73ACB

Black with #F73ACB

Text Example


Text Example

White with #F73ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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