Html Css Color HEX #F829C1 Razzle Dazzle Rose

📋 copy color: '#F829C1'

red 248 ◦ green 41 ◦ blue 193

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

Shades of Razzle Dazzle Rose #F829C1

Tints of Razzle Dazzle Rose #F829C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.04%

R = 51.45%
G = 8.51%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F829C1 (or 0xF829C1) is known color: Razzle Dazzle Rose. HEX triplet: F8, 29 and C1. RGB value is (248,41,193). Sum of RGB (Red+Green+Blue) = 248+41+193=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F829C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F829C1 is #07D63E. Grayscale: #777777. Windows color (decimal): -513599 or 12659192. OLE color: 12659192.

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

Color convert

RGB 248 41 193 -
CMYK 0 0.83 0.22 0.03
HSL 315.94º 0.94% 0.57% -
HSV(B) 315.94º 0.83% 0.97% -
XYZ 49.13 25.39 52.76 -
YUV 120.22 169.08 219.14 -
System Red Green Blue C M Y K H S L
Decimal 248 41 193 0 0.83 0.22 0.03 315.94 0.94 0.57
Hex F8 29 C1 0 53 16 3 13C 5E 39
Octal 370 51 301 0 123 26 3 474 136 71
Binary 11111000 101001 11000001 0 1010011 10110 11 100111100 1011110 111001

Color Harmonies of #F829C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F829C1

Black with #F829C1

Text Example


Text Example

White with #F829C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F829C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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