Html Css Color HEX #F829E1 Razzle Dazzle Rose

📋 copy color: '#F829E1'

red 248 ◦ green 41 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F829E1

Tints of Razzle Dazzle Rose #F829E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.77%

R = 48.25%
G = 7.98%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F829E1 (or 0xF829E1) is known color: Razzle Dazzle Rose. HEX triplet: F8, 29 and E1. RGB value is (248,41,225). Sum of RGB (Red+Green+Blue) = 248+41+225=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 41 (16.41% from 255 or 7.98% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F829E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F829E1 is #07D61E. Grayscale: #7B7B7B. Windows color (decimal): -513567 or 14756344. OLE color: 14756344.

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

Color convert

RGB 248 41 225 -
CMYK 0 0.83 0.09 0.03
HSL 306.67º 0.94% 0.57% -
HSV(B) 306.67º 0.83% 0.97% -
XYZ 53.09 26.98 73.64 -
YUV 123.87 185.08 216.54 -
System Red Green Blue C M Y K H S L
Decimal 248 41 225 0 0.83 0.09 0.03 306.67 0.94 0.57
Hex F8 29 E1 0 53 9 3 133 5E 39
Octal 370 51 341 0 123 11 3 463 136 71
Binary 11111000 101001 11100001 0 1010011 1001 11 100110011 1011110 111001

Color Harmonies of #F829E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F829E1

Black with #F829E1

Text Example


Text Example

White with #F829E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F829E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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