Html Css Color HEX #F725CC Razzle Dazzle Rose

📋 copy color: '#F725CC'

red 247 ◦ green 37 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F725CC

Tints of Razzle Dazzle Rose #F725CC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.58%

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 50.61%
G = 7.58%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F725CC (or 0xF725CC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 25 and CC. RGB value is (247,37,204). Sum of RGB (Red+Green+Blue) = 247+37+204=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F725CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F725CC is #08DA33. Grayscale: #767676. Windows color (decimal): -580148 or 13379063. OLE color: 13379063.

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

Color convert

RGB 247 37 204 -
CMYK 0 0.85 0.17 0.03
HSL 312.29º 0.93% 0.56% -
HSV(B) 312.29º 0.85% 0.97% -
XYZ 49.92 25.46 59.41 -
YUV 118.83 176.07 219.42 -
System Red Green Blue C M Y K H S L
Decimal 247 37 204 0 0.85 0.17 0.03 312.29 0.93 0.56
Hex F7 25 CC 0 55 11 3 138 5D 38
Octal 367 45 314 0 125 21 3 470 135 70
Binary 11110111 100101 11001100 0 1010101 10001 11 100111000 1011101 111000

Color Harmonies of #F725CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F725CC

Black with #F725CC

Text Example


Text Example

White with #F725CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F725CC; }

 p { color: rgb(247,37,204); }

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

background-color css

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

 a { background-color: rgb(247,37,204); }

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

border-color css

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

 span { border-color: rgb(247,37,204); }

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