Html Css Color HEX #F831D4 Razzle Dazzle Rose

📋 copy color: '#F831D4'

red 248 ◦ green 49 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F831D4

Tints of Razzle Dazzle Rose #F831D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.65%

R = 48.72%
G = 9.63%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F831D4 (or 0xF831D4) is known color: Razzle Dazzle Rose. HEX triplet: F8, 31 and D4. RGB value is (248,49,212). Sum of RGB (Red+Green+Blue) = 248+49+212=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 49 (19.53% from 255 or 9.63% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F831D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F831D4 is #07CE2B. Grayscale: #7E7E7E. Windows color (decimal): -511532 or 13906424. OLE color: 13906424.

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

Color convert

RGB 248 49 212 -
CMYK 0 0.80 0.15 0.03
HSL 310.85º 0.93% 0.58% -
HSV(B) 310.85º 0.8% 0.97% -
XYZ 51.69 26.91 64.76 -
YUV 127.08 175.93 214.25 -
System Red Green Blue C M Y K H S L
Decimal 248 49 212 0 0.80 0.15 0.03 310.85 0.93 0.58
Hex F8 31 D4 0 50 F 3 137 5D 3A
Octal 370 61 324 0 120 17 3 467 135 72
Binary 11111000 110001 11010100 0 1010000 1111 11 100110111 1011101 111010

Color Harmonies of #F831D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F831D4

Black with #F831D4

Text Example


Text Example

White with #F831D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F831D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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