Html Css Color HEX #F825E9 Razzle Dazzle Rose

📋 copy color: '#F825E9'

red 248 ◦ green 37 ◦ blue 233

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

Shades of Razzle Dazzle Rose #F825E9

Tints of Razzle Dazzle Rose #F825E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.98%

R = 47.88%
G = 7.14%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F825E9 (or 0xF825E9) is known color: Razzle Dazzle Rose. HEX triplet: F8, 25 and E9. RGB value is (248,37,233). Sum of RGB (Red+Green+Blue) = 248+37+233=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 37 (14.84% from 255 or 7.14% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F825E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F825E9 is #07DA16. Grayscale: #797979. Windows color (decimal): -514583 or 15279608. OLE color: 15279608.

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

Color convert

RGB 248 37 233 -
CMYK 0 0.85 0.06 0.03
HSL 304.27º 0.94% 0.56% -
HSV(B) 304.27º 0.85% 0.97% -
XYZ 54.08 27.16 79.48 -
YUV 122.43 190.4 217.56 -
System Red Green Blue C M Y K H S L
Decimal 248 37 233 0 0.85 0.06 0.03 304.27 0.94 0.56
Hex F8 25 E9 0 55 6 3 130 5E 38
Octal 370 45 351 0 125 6 3 460 136 70
Binary 11111000 100101 11101001 0 1010101 110 11 100110000 1011110 111000

Color Harmonies of #F825E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F825E9

Black with #F825E9

Text Example


Text Example

White with #F825E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F825E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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