Html Css Color HEX #F729CC Razzle Dazzle Rose

📋 copy color: '#F729CC'

red 247 ◦ green 41 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F729CC

Tints of Razzle Dazzle Rose #F729CC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.33%

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

R = 50.2%
G = 8.33%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F729CC (or 0xF729CC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 29 and CC. RGB value is (247,41,204). Sum of RGB (Red+Green+Blue) = 247+41+204=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F729CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F729CC is #08D633. Grayscale: #787878. Windows color (decimal): -579124 or 13380087. OLE color: 13380087.

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

Color convert

RGB 247 41 204 -
CMYK 0 0.83 0.17 0.03
HSL 312.52º 0.93% 0.56% -
HSV(B) 312.52º 0.83% 0.97% -
XYZ 50.05 25.72 59.45 -
YUV 121.18 174.75 217.75 -
System Red Green Blue C M Y K H S L
Decimal 247 41 204 0 0.83 0.17 0.03 312.52 0.93 0.56
Hex F7 29 CC 0 53 11 3 139 5D 38
Octal 367 51 314 0 123 21 3 471 135 70
Binary 11110111 101001 11001100 0 1010011 10001 11 100111001 1011101 111000

Color Harmonies of #F729CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F729CC

Black with #F729CC

Text Example


Text Example

White with #F729CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F729CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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