Html Css Color HEX #F73ACD Razzle Dazzle Rose

📋 copy color: '#F73ACD'

red 247 ◦ green 58 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F73ACD

Tints of Razzle Dazzle Rose #F73ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.2%

R = 48.43%
G = 11.37%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F73ACD (or 0xF73ACD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3A and CD. RGB value is (247,58,205). Sum of RGB (Red+Green+Blue) = 247+58+205=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F73ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73ACD is #08C532. Grayscale: #828282. Windows color (decimal): -574771 or 13449975. OLE color: 13449975.

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

Color convert

RGB 247 58 205 -
CMYK 0 0.77 0.17 0.03
HSL 313.33º 0.92% 0.6% -
HSV(B) 313.33º 0.77% 0.97% -
XYZ 50.89 27.21 60.33 -
YUV 131.27 169.62 210.55 -
System Red Green Blue C M Y K H S L
Decimal 247 58 205 0 0.77 0.17 0.03 313.33 0.92 0.6
Hex F7 3A CD 0 4D 11 3 139 5C 3C
Octal 367 72 315 0 115 21 3 471 134 74
Binary 11110111 111010 11001101 0 1001101 10001 11 100111001 1011100 111100

Color Harmonies of #F73ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73ACD

Black with #F73ACD

Text Example


Text Example

White with #F73ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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