Html Css Color HEX #F828CE Razzle Dazzle Rose

📋 copy color: '#F828CE'

red 248 ◦ green 40 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F828CE

Tints of Razzle Dazzle Rose #F828CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 50.2%
G = 8.1%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F828CE (or 0xF828CE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 28 and CE. RGB value is (248,40,206). Sum of RGB (Red+Green+Blue) = 248+40+206=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F828CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F828CE is #07D731. Grayscale: #787878. Windows color (decimal): -513842 or 13510904. OLE color: 13510904.

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

Color convert

RGB 248 40 206 -
CMYK 0 0.84 0.17 0.03
HSL 312.12º 0.94% 0.56% -
HSV(B) 312.12º 0.84% 0.97% -
XYZ 50.61 25.93 60.73 -
YUV 121.12 175.91 218.5 -
System Red Green Blue C M Y K H S L
Decimal 248 40 206 0 0.84 0.17 0.03 312.12 0.94 0.56
Hex F8 28 CE 0 54 11 3 138 5E 38
Octal 370 50 316 0 124 21 3 470 136 70
Binary 11111000 101000 11001110 0 1010100 10001 11 100111000 1011110 111000

Color Harmonies of #F828CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F828CE

Black with #F828CE

Text Example


Text Example

White with #F828CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F828CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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