Html Css Color HEX #F831EA Razzle Dazzle Rose

📋 copy color: '#F831EA'

red 248 ◦ green 49 ◦ blue 234

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

Shades of Razzle Dazzle Rose #F831EA

Tints of Razzle Dazzle Rose #F831EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 46.7%
G = 9.23%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F831EA (or 0xF831EA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 31 and EA. RGB value is (248,49,234). Sum of RGB (Red+Green+Blue) = 248+49+234=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 49 (19.53% from 255 or 9.23% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F831EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F831EA is #07CE15. Grayscale: #818181. Windows color (decimal): -511510 or 15348216. OLE color: 15348216.

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

Color convert

RGB 248 49 234 -
CMYK 0 0.80 0.06 0.03
HSL 304.22º 0.93% 0.58% -
HSV(B) 304.22º 0.8% 0.97% -
XYZ 54.66 28.09 80.38 -
YUV 129.59 186.93 212.46 -
System Red Green Blue C M Y K H S L
Decimal 248 49 234 0 0.80 0.06 0.03 304.22 0.93 0.58
Hex F8 31 EA 0 50 6 3 130 5D 3A
Octal 370 61 352 0 120 6 3 460 135 72
Binary 11111000 110001 11101010 0 1010000 110 11 100110000 1011101 111010

Color Harmonies of #F831EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F831EA

Black with #F831EA

Text Example


Text Example

White with #F831EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F831EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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