Html Css Color HEX #F81F63 Radical Red

📋 copy color: '#F81F63'

red 248 ◦ green 31 ◦ blue 99

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

Shades of Radical Red #F81F63

Tints of Radical Red #F81F63

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.2%

 BLUE value IS 99 (39.06% from 255) = 26.19%

R = 65.61%
G = 8.2%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F81F63 (or 0xF81F63) is known color: Radical Red. HEX triplet: F8, 1F and 63. RGB value is (248,31,99). Sum of RGB (Red+Green+Blue) = 248+31+99=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81F63 is #07E09C. Grayscale: #676767. Windows color (decimal): -516253 or 6496248. OLE color: 6496248.

HSL color Cylindrical-coordinate representation of color #F81F63: hue angle of 341.2º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81F63 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 31 99 -
CMYK 0 0.88 0.60 0.03
HSL 341.2º 0.94% 0.55% -
HSV(B) 341.2º 0.88% 0.97% -
XYZ 41.45 21.84 13.83 -
YUV 103.64 125.39 230.97 -
System Red Green Blue C M Y K H S L
Decimal 248 31 99 0 0.88 0.60 0.03 341.2 0.94 0.55
Hex F8 1F 63 0 58 3C 3 155 5E 37
Octal 370 37 143 0 130 74 3 525 136 67
Binary 11111000 11111 1100011 0 1011000 111100 11 101010101 1011110 110111

Color Harmonies of #F81F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F63

Black with #F81F63

Text Example


Text Example

White with #F81F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F63; }

 p { color: rgb(248,31,99); }

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

background-color css

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

 a { background-color: rgb(248,31,99); }

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

border-color css

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

 span { border-color: rgb(248,31,99); }

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