Html Css Color HEX #F831D0 Razzle Dazzle Rose

📋 copy color: '#F831D0'

red 248 ◦ green 49 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F831D0

Tints of Razzle Dazzle Rose #F831D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.19%

R = 49.11%
G = 9.7%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F831D0 (or 0xF831D0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 31 and D0. RGB value is (248,49,208). Sum of RGB (Red+Green+Blue) = 248+49+208=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 49 (19.53% from 255 or 9.70% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F831D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F831D0 is #07CE2F. Grayscale: #7E7E7E. Windows color (decimal): -511536 or 13644280. OLE color: 13644280.

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

Color convert

RGB 248 49 208 -
CMYK 0 0.80 0.16 0.03
HSL 312.06º 0.93% 0.58% -
HSV(B) 312.06º 0.8% 0.97% -
XYZ 51.19 26.71 62.13 -
YUV 126.63 173.93 214.57 -
System Red Green Blue C M Y K H S L
Decimal 248 49 208 0 0.80 0.16 0.03 312.06 0.93 0.58
Hex F8 31 D0 0 50 10 3 138 5D 3A
Octal 370 61 320 0 120 20 3 470 135 72
Binary 11111000 110001 11010000 0 1010000 10000 11 100111000 1011101 111010

Color Harmonies of #F831D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F831D0

Black with #F831D0

Text Example


Text Example

White with #F831D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F831D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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