Html Css Color HEX #F829C5 Razzle Dazzle Rose

📋 copy color: '#F829C5'

red 248 ◦ green 41 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F829C5

Tints of Razzle Dazzle Rose #F829C5

RGB

 RED value IS 248 (97.27% from 255) = 51.03%

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

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

R = 51.03%
G = 8.44%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F829C5 (or 0xF829C5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 29 and C5. RGB value is (248,41,197). Sum of RGB (Red+Green+Blue) = 248+41+197=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F829C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F829C5 is #07D63A. Grayscale: #787878. Windows color (decimal): -513595 or 12921336. OLE color: 12921336.

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

Color convert

RGB 248 41 197 -
CMYK 0 0.83 0.21 0.03
HSL 314.78º 0.94% 0.57% -
HSV(B) 314.78º 0.83% 0.97% -
XYZ 49.58 25.57 55.15 -
YUV 120.68 171.08 218.82 -
System Red Green Blue C M Y K H S L
Decimal 248 41 197 0 0.83 0.21 0.03 314.78 0.94 0.57
Hex F8 29 C5 0 53 15 3 13B 5E 39
Octal 370 51 305 0 123 25 3 473 136 71
Binary 11111000 101001 11000101 0 1010011 10101 11 100111011 1011110 111001

Color Harmonies of #F829C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F829C5

Black with #F829C5

Text Example


Text Example

White with #F829C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F829C5; }

 p { color: rgb(248,41,197); }

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

background-color css

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

 a { background-color: rgb(248,41,197); }

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

border-color css

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

 span { border-color: rgb(248,41,197); }

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