Html Css Color HEX #F829F0 Razzle Dazzle Rose

📋 copy color: '#F829F0'

red 248 ◦ green 41 ◦ blue 240

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

Shades of Razzle Dazzle Rose #F829F0

Tints of Razzle Dazzle Rose #F829F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.37%

R = 46.88%
G = 7.75%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F829F0 (or 0xF829F0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 29 and F0. RGB value is (248,41,240). Sum of RGB (Red+Green+Blue) = 248+41+240=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 41 (16.41% from 255 or 7.75% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F829F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F829F0 is #07D60F. Grayscale: #7C7C7C. Windows color (decimal): -513552 or 15739384. OLE color: 15739384.

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

Color convert

RGB 248 41 240 -
CMYK 0 0.83 0.03 0.03
HSL 302.32º 0.94% 0.57% -
HSV(B) 302.32º 0.83% 0.97% -
XYZ 55.23 27.83 84.9 -
YUV 125.58 192.58 215.32 -
System Red Green Blue C M Y K H S L
Decimal 248 41 240 0 0.83 0.03 0.03 302.32 0.94 0.57
Hex F8 29 F0 0 53 3 3 12E 5E 39
Octal 370 51 360 0 123 3 3 456 136 71
Binary 11111000 101001 11110000 0 1010011 11 11 100101110 1011110 111001

Color Harmonies of #F829F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F829F0

Black with #F829F0

Text Example


Text Example

White with #F829F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F829F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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