Html Css Color HEX #F828DD Razzle Dazzle Rose

📋 copy color: '#F828DD'

red 248 ◦ green 40 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F828DD

Tints of Razzle Dazzle Rose #F828DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.86%

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 48.72%
G = 7.86%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F828DD (or 0xF828DD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 28 and DD. RGB value is (248,40,221). Sum of RGB (Red+Green+Blue) = 248+40+221=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 40 (16.02% from 255 or 7.86% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F828DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F828DD is #07D722. Grayscale: #7A7A7A. Windows color (decimal): -513827 or 14493944. OLE color: 14493944.

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

Color convert

RGB 248 40 221 -
CMYK 0 0.84 0.11 0.03
HSL 307.79º 0.94% 0.56% -
HSV(B) 307.79º 0.84% 0.97% -
XYZ 52.52 26.69 70.79 -
YUV 122.83 183.41 217.28 -
System Red Green Blue C M Y K H S L
Decimal 248 40 221 0 0.84 0.11 0.03 307.79 0.94 0.56
Hex F8 28 DD 0 54 B 3 134 5E 38
Octal 370 50 335 0 124 13 3 464 136 70
Binary 11111000 101000 11011101 0 1010100 1011 11 100110100 1011110 111000

Color Harmonies of #F828DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F828DD

Black with #F828DD

Text Example


Text Example

White with #F828DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F828DD; }

 p { color: rgb(248,40,221); }

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

background-color css

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

 a { background-color: rgb(248,40,221); }

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

border-color css

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

 span { border-color: rgb(248,40,221); }

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