Html Css Color HEX #F831C7 Razzle Dazzle Rose

📋 copy color: '#F831C7'

red 248 ◦ green 49 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F831C7

Tints of Razzle Dazzle Rose #F831C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.12%

R = 50%
G = 9.88%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F831C7 (or 0xF831C7) is known color: Razzle Dazzle Rose. HEX triplet: F8, 31 and C7. RGB value is (248,49,199). Sum of RGB (Red+Green+Blue) = 248+49+199=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F831C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F831C7 is #07CE38. Grayscale: #7D7D7D. Windows color (decimal): -511545 or 13054456. OLE color: 13054456.

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

Color convert

RGB 248 49 199 -
CMYK 0 0.80 0.20 0.03
HSL 314.77º 0.93% 0.58% -
HSV(B) 314.77º 0.8% 0.97% -
XYZ 50.12 26.28 56.46 -
YUV 125.6 169.43 215.3 -
System Red Green Blue C M Y K H S L
Decimal 248 49 199 0 0.80 0.20 0.03 314.77 0.93 0.58
Hex F8 31 C7 0 50 14 3 13B 5D 3A
Octal 370 61 307 0 120 24 3 473 135 72
Binary 11111000 110001 11000111 0 1010000 10100 11 100111011 1011101 111010

Color Harmonies of #F831C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F831C7

Black with #F831C7

Text Example


Text Example

White with #F831C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F831C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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