Html Css Color HEX #F831CE Razzle Dazzle Rose

📋 copy color: '#F831CE'

red 248 ◦ green 49 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F831CE

Tints of Razzle Dazzle Rose #F831CE

RGB

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

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

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

R = 49.3%
G = 9.74%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F831CE (or 0xF831CE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 31 and CE. RGB value is (248,49,206). Sum of RGB (Red+Green+Blue) = 248+49+206=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 49 (19.53% from 255 or 9.74% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F831CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F831CE is #07CE31. Grayscale: #7D7D7D. Windows color (decimal): -511538 or 13513208. OLE color: 13513208.

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

Color convert

RGB 248 49 206 -
CMYK 0 0.80 0.17 0.03
HSL 312.66º 0.93% 0.58% -
HSV(B) 312.66º 0.8% 0.97% -
XYZ 50.95 26.61 60.84 -
YUV 126.4 172.93 214.73 -
System Red Green Blue C M Y K H S L
Decimal 248 49 206 0 0.80 0.17 0.03 312.66 0.93 0.58
Hex F8 31 CE 0 50 11 3 139 5D 3A
Octal 370 61 316 0 120 21 3 471 135 72
Binary 11111000 110001 11001110 0 1010000 10001 11 100111001 1011101 111010

Color Harmonies of #F831CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F831CE

Black with #F831CE

Text Example


Text Example

White with #F831CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F831CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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