Html Css Color HEX #F832E5 Razzle Dazzle Rose

📋 copy color: '#F832E5'

red 248 ◦ green 50 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F832E5

Tints of Razzle Dazzle Rose #F832E5

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.49%

 BLUE value IS 229 (89.84% from 255) = 43.45%

R = 47.06%
G = 9.49%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F832E5 (or 0xF832E5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 32 and E5. RGB value is (248,50,229). Sum of RGB (Red+Green+Blue) = 248+50+229=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 50 (19.92% from 255 or 9.49% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F832E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F832E5 is #07CD1A. Grayscale: #818181. Windows color (decimal): -511259 or 15020792. OLE color: 15020792.

HSL color Cylindrical-coordinate representation of color #F832E5: hue angle of 305.76º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F832E5 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 50 229 -
CMYK 0 0.80 0.08 0.03
HSL 305.76º 0.93% 0.58% -
HSV(B) 305.76º 0.8% 0.97% -
XYZ 53.99 27.89 76.67 -
YUV 129.61 184.1 212.45 -
System Red Green Blue C M Y K H S L
Decimal 248 50 229 0 0.80 0.08 0.03 305.76 0.93 0.58
Hex F8 32 E5 0 50 8 3 132 5D 3A
Octal 370 62 345 0 120 10 3 462 135 72
Binary 11111000 110010 11100101 0 1010000 1000 11 100110010 1011101 111010

Color Harmonies of #F832E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F832E5

Black with #F832E5

Text Example


Text Example

White with #F832E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F832E5; }

 p { color: rgb(248,50,229); }

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

background-color css

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

 a { background-color: rgb(248,50,229); }

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

border-color css

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

 span { border-color: rgb(248,50,229); }

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