Html Css Color HEX #F829DA Razzle Dazzle Rose

📋 copy color: '#F829DA'

red 248 ◦ green 41 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F829DA

Tints of Razzle Dazzle Rose #F829DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 48.92%
G = 8.09%
B = 43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F829DA (or 0xF829DA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 29 and DA. RGB value is (248,41,218). Sum of RGB (Red+Green+Blue) = 248+41+218=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 41 (16.41% from 255 or 8.09% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F829DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F829DA is #07D625. Grayscale: #7A7A7A. Windows color (decimal): -513574 or 14297592. OLE color: 14297592.

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

Color convert

RGB 248 41 218 -
CMYK 0 0.83 0.12 0.03
HSL 308.7º 0.94% 0.57% -
HSV(B) 308.7º 0.83% 0.97% -
XYZ 52.16 26.6 68.72 -
YUV 123.07 181.58 217.11 -
System Red Green Blue C M Y K H S L
Decimal 248 41 218 0 0.83 0.12 0.03 308.7 0.94 0.57
Hex F8 29 DA 0 53 C 3 135 5E 39
Octal 370 51 332 0 123 14 3 465 136 71
Binary 11111000 101001 11011010 0 1010011 1100 11 100110101 1011110 111001

Color Harmonies of #F829DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F829DA

Black with #F829DA

Text Example


Text Example

White with #F829DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F829DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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