Html Css Color HEX #F825E5 Razzle Dazzle Rose

📋 copy color: '#F825E5'

red 248 ◦ green 37 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F825E5

Tints of Razzle Dazzle Rose #F825E5

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.2%

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

R = 48.25%
G = 7.2%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F825E5 (or 0xF825E5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 25 and E5. RGB value is (248,37,229). Sum of RGB (Red+Green+Blue) = 248+37+229=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 37 (14.84% from 255 or 7.20% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F825E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825E5 is #07DA1A. Grayscale: #797979. Windows color (decimal): -514587 or 15017464. OLE color: 15017464.

HSL color Cylindrical-coordinate representation of color #F825E5: hue angle of 305.4º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F825E5 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 37 229 -
CMYK 0 0.85 0.08 0.03
HSL 305.4º 0.94% 0.56% -
HSV(B) 305.4º 0.85% 0.97% -
XYZ 53.52 26.94 76.51 -
YUV 121.98 188.4 217.89 -
System Red Green Blue C M Y K H S L
Decimal 248 37 229 0 0.85 0.08 0.03 305.4 0.94 0.56
Hex F8 25 E5 0 55 8 3 131 5E 38
Octal 370 45 345 0 125 10 3 461 136 70
Binary 11111000 100101 11100101 0 1010101 1000 11 100110001 1011110 111000

Color Harmonies of #F825E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F825E5

Black with #F825E5

Text Example


Text Example

White with #F825E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F825E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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