Html Css Color HEX #F724C5 Razzle Dazzle Rose

📋 copy color: '#F724C5'

red 247 ◦ green 36 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F724C5

Tints of Razzle Dazzle Rose #F724C5

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.5%

 BLUE value IS 197 (77.34% from 255) = 41.04%

R = 51.46%
G = 7.5%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F724C5 (or 0xF724C5) is known color: Razzle Dazzle Rose. HEX triplet: F7, 24 and C5. RGB value is (247,36,197). Sum of RGB (Red+Green+Blue) = 247+36+197=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F724C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F724C5 is #08DB3A. Grayscale: #757575. Windows color (decimal): -580411 or 12920055. OLE color: 12920055.

HSL color Cylindrical-coordinate representation of color #F724C5: hue angle of 314.22º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F724C5 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 36 197 -
CMYK 0 0.85 0.20 0.03
HSL 314.22º 0.93% 0.55% -
HSV(B) 314.22º 0.85% 0.97% -
XYZ 49.07 25.07 55.08 -
YUV 117.44 172.9 220.41 -
System Red Green Blue C M Y K H S L
Decimal 247 36 197 0 0.85 0.20 0.03 314.22 0.93 0.55
Hex F7 24 C5 0 55 14 3 13A 5D 37
Octal 367 44 305 0 125 24 3 472 135 67
Binary 11110111 100100 11000101 0 1010101 10100 11 100111010 1011101 110111

Color Harmonies of #F724C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F724C5

Black with #F724C5

Text Example


Text Example

White with #F724C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F724C5; }

 p { color: rgb(247,36,197); }

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

background-color css

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

 a { background-color: rgb(247,36,197); }

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

border-color css

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

 span { border-color: rgb(247,36,197); }

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