Html Css Color HEX #F828C6 Razzle Dazzle Rose

📋 copy color: '#F828C6'

red 248 ◦ green 40 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F828C6

Tints of Razzle Dazzle Rose #F828C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.74%

R = 51.03%
G = 8.23%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F828C6 (or 0xF828C6) is known color: Razzle Dazzle Rose. HEX triplet: F8, 28 and C6. RGB value is (248,40,198). Sum of RGB (Red+Green+Blue) = 248+40+198=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F828C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F828C6 is #07D739. Grayscale: #777777. Windows color (decimal): -513850 or 12986616. OLE color: 12986616.

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

Color convert

RGB 248 40 198 -
CMYK 0 0.84 0.20 0.03
HSL 314.42º 0.94% 0.56% -
HSV(B) 314.42º 0.84% 0.97% -
XYZ 49.66 25.55 55.74 -
YUV 120.2 171.91 219.15 -
System Red Green Blue C M Y K H S L
Decimal 248 40 198 0 0.84 0.20 0.03 314.42 0.94 0.56
Hex F8 28 C6 0 54 14 3 13A 5E 38
Octal 370 50 306 0 124 24 3 472 136 70
Binary 11111000 101000 11000110 0 1010100 10100 11 100111010 1011110 111000

Color Harmonies of #F828C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F828C6

Black with #F828C6

Text Example


Text Example

White with #F828C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F828C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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