Html Css Color HEX #F831DC Razzle Dazzle Rose

📋 copy color: '#F831DC'

red 248 ◦ green 49 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F831DC

Tints of Razzle Dazzle Rose #F831DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.48%

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

R = 47.97%
G = 9.48%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F831DC (or 0xF831DC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 31 and DC. RGB value is (248,49,220). Sum of RGB (Red+Green+Blue) = 248+49+220=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 49 (19.53% from 255 or 9.48% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F831DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F831DC is #07CE23. Grayscale: #7F7F7F. Windows color (decimal): -511524 or 14430712. OLE color: 14430712.

HSL color Cylindrical-coordinate representation of color #F831DC: hue angle of 308.44º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F831DC is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 49 220 -
CMYK 0 0.80 0.11 0.03
HSL 308.44º 0.93% 0.58% -
HSV(B) 308.44º 0.8% 0.97% -
XYZ 52.73 27.32 70.2 -
YUV 128 179.93 213.6 -
System Red Green Blue C M Y K H S L
Decimal 248 49 220 0 0.80 0.11 0.03 308.44 0.93 0.58
Hex F8 31 DC 0 50 B 3 134 5D 3A
Octal 370 61 334 0 120 13 3 464 135 72
Binary 11111000 110001 11011100 0 1010000 1011 11 100110100 1011101 111010

Color Harmonies of #F831DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F831DC

Black with #F831DC

Text Example


Text Example

White with #F831DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F831DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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