Html Css Color HEX #F825E0 Razzle Dazzle Rose

📋 copy color: '#F825E0'

red 248 ◦ green 37 ◦ blue 224

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

Shades of Razzle Dazzle Rose #F825E0

Tints of Razzle Dazzle Rose #F825E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.01%

R = 48.72%
G = 7.27%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F825E0 (or 0xF825E0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 25 and E0. RGB value is (248,37,224). Sum of RGB (Red+Green+Blue) = 248+37+224=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 37 (14.84% from 255 or 7.27% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F825E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825E0 is #07DA1F. Grayscale: #787878. Windows color (decimal): -514592 or 14689784. OLE color: 14689784.

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

Color convert

RGB 248 37 224 -
CMYK 0 0.85 0.10 0.03
HSL 306.82º 0.94% 0.56% -
HSV(B) 306.82º 0.85% 0.97% -
XYZ 52.83 26.66 72.88 -
YUV 121.41 185.9 218.29 -
System Red Green Blue C M Y K H S L
Decimal 248 37 224 0 0.85 0.10 0.03 306.82 0.94 0.56
Hex F8 25 E0 0 55 A 3 133 5E 38
Octal 370 45 340 0 125 12 3 463 136 70
Binary 11111000 100101 11100000 0 1010101 1010 11 100110011 1011110 111000

Color Harmonies of #F825E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F825E0

Black with #F825E0

Text Example


Text Example

White with #F825E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F825E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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