Html Css Color HEX #F825E6 Razzle Dazzle Rose

📋 copy color: '#F825E6'

red 248 ◦ green 37 ◦ blue 230

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

Shades of Razzle Dazzle Rose #F825E6

Tints of Razzle Dazzle Rose #F825E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.66%

R = 48.16%
G = 7.18%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F825E6 (or 0xF825E6) is known color: Razzle Dazzle Rose. HEX triplet: F8, 25 and E6. RGB value is (248,37,230). Sum of RGB (Red+Green+Blue) = 248+37+230=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 37 (14.84% from 255 or 7.18% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F825E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F825E6 is #07DA19. Grayscale: #797979. Windows color (decimal): -514586 or 15083000. OLE color: 15083000.

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

Color convert

RGB 248 37 230 -
CMYK 0 0.85 0.07 0.03
HSL 305.12º 0.94% 0.56% -
HSV(B) 305.12º 0.85% 0.97% -
XYZ 53.66 26.99 77.25 -
YUV 122.09 188.9 217.81 -
System Red Green Blue C M Y K H S L
Decimal 248 37 230 0 0.85 0.07 0.03 305.12 0.94 0.56
Hex F8 25 E6 0 55 7 3 131 5E 38
Octal 370 45 346 0 125 7 3 461 136 70
Binary 11111000 100101 11100110 0 1010101 111 11 100110001 1011110 111000

Color Harmonies of #F825E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F825E6

Black with #F825E6

Text Example


Text Example

White with #F825E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F825E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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