Html Css Color HEX #F831DF Razzle Dazzle Rose

📋 copy color: '#F831DF'

red 248 ◦ green 49 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F831DF

Tints of Razzle Dazzle Rose #F831DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 47.69%
G = 9.42%
B = 42.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F831DF (or 0xF831DF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 31 and DF. RGB value is (248,49,223). Sum of RGB (Red+Green+Blue) = 248+49+223=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 49 (19.53% from 255 or 9.42% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F831DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F831DF is #07CE20. Grayscale: #7F7F7F. Windows color (decimal): -511521 or 14627320. OLE color: 14627320.

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

Color convert

RGB 248 49 223 -
CMYK 0 0.80 0.10 0.03
HSL 307.54º 0.93% 0.58% -
HSV(B) 307.54º 0.8% 0.97% -
XYZ 53.13 27.48 72.32 -
YUV 128.34 181.43 213.35 -
System Red Green Blue C M Y K H S L
Decimal 248 49 223 0 0.80 0.10 0.03 307.54 0.93 0.58
Hex F8 31 DF 0 50 A 3 134 5D 3A
Octal 370 61 337 0 120 12 3 464 135 72
Binary 11111000 110001 11011111 0 1010000 1010 11 100110100 1011101 111010

Color Harmonies of #F831DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F831DF

Black with #F831DF

Text Example


Text Example

White with #F831DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F831DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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