Html Css Color HEX #F829DD Razzle Dazzle Rose

📋 copy color: '#F829DD'

red 248 ◦ green 41 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F829DD

Tints of Razzle Dazzle Rose #F829DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 48.63%
G = 8.04%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F829DD (or 0xF829DD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 29 and DD. RGB value is (248,41,221). Sum of RGB (Red+Green+Blue) = 248+41+221=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 41 (16.41% from 255 or 8.04% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F829DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F829DD is #07D622. Grayscale: #7A7A7A. Windows color (decimal): -513571 or 14494200. OLE color: 14494200.

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

Color convert

RGB 248 41 221 -
CMYK 0 0.83 0.11 0.03
HSL 307.83º 0.94% 0.57% -
HSV(B) 307.83º 0.83% 0.97% -
XYZ 52.56 26.76 70.8 -
YUV 123.41 183.08 216.86 -
System Red Green Blue C M Y K H S L
Decimal 248 41 221 0 0.83 0.11 0.03 307.83 0.94 0.57
Hex F8 29 DD 0 53 B 3 134 5E 39
Octal 370 51 335 0 123 13 3 464 136 71
Binary 11111000 101001 11011101 0 1010011 1011 11 100110100 1011110 111001

Color Harmonies of #F829DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F829DD

Black with #F829DD

Text Example


Text Example

White with #F829DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F829DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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