Html Css Color HEX #F829CB Razzle Dazzle Rose

📋 copy color: '#F829CB'

red 248 ◦ green 41 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F829CB

Tints of Razzle Dazzle Rose #F829CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 50.41%
G = 8.33%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F829CB (or 0xF829CB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 29 and CB. RGB value is (248,41,203). Sum of RGB (Red+Green+Blue) = 248+41+203=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F829CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F829CB is #07D634. Grayscale: #787878. Windows color (decimal): -513589 or 13314552. OLE color: 13314552.

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

Color convert

RGB 248 41 203 -
CMYK 0 0.83 0.18 0.03
HSL 313.04º 0.94% 0.57% -
HSV(B) 313.04º 0.83% 0.97% -
XYZ 50.28 25.85 58.84 -
YUV 121.36 174.08 218.33 -
System Red Green Blue C M Y K H S L
Decimal 248 41 203 0 0.83 0.18 0.03 313.04 0.94 0.57
Hex F8 29 CB 0 53 12 3 139 5E 39
Octal 370 51 313 0 123 22 3 471 136 71
Binary 11111000 101001 11001011 0 1010011 10010 11 100111001 1011110 111001

Color Harmonies of #F829CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F829CB

Black with #F829CB

Text Example


Text Example

White with #F829CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F829CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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