Html Css Color HEX #F828DC Razzle Dazzle Rose

📋 copy color: '#F828DC'

red 248 ◦ green 40 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F828DC

Tints of Razzle Dazzle Rose #F828DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 48.82%
G = 7.87%
B = 43.31%

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

#F828DC (or 0xF828DC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 28 and DC. RGB value is (248,40,220). Sum of RGB (Red+Green+Blue) = 248+40+220=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 40 (16.02% from 255 or 7.87% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F828DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F828DC is #07D723. Grayscale: #7A7A7A. Windows color (decimal): -513828 or 14428408. OLE color: 14428408.

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

Color convert

RGB 248 40 220 -
CMYK 0 0.84 0.11 0.03
HSL 308.08º 0.94% 0.56% -
HSV(B) 308.08º 0.84% 0.97% -
XYZ 52.39 26.64 70.09 -
YUV 122.71 182.91 217.36 -
System Red Green Blue C M Y K H S L
Decimal 248 40 220 0 0.84 0.11 0.03 308.08 0.94 0.56
Hex F8 28 DC 0 54 B 3 134 5E 38
Octal 370 50 334 0 124 13 3 464 136 70
Binary 11111000 101000 11011100 0 1010100 1011 11 100110100 1011110 111000

Color Harmonies of #F828DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F828DC

Black with #F828DC

Text Example


Text Example

White with #F828DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F828DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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