Html Css Color HEX #F81F65 Radical Red

📋 copy color: '#F81F65'

red 248 ◦ green 31 ◦ blue 101

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

Shades of Radical Red #F81F65

Tints of Radical Red #F81F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.58%

R = 65.26%
G = 8.16%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F81F65 (or 0xF81F65) is known color: Radical Red. HEX triplet: F8, 1F and 65. RGB value is (248,31,101). Sum of RGB (Red+Green+Blue) = 248+31+101=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81F65 is #07E09A. Grayscale: #676767. Windows color (decimal): -516251 or 6627320. OLE color: 6627320.

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

Color convert

RGB 248 31 101 -
CMYK 0 0.88 0.59 0.03
HSL 340.65º 0.94% 0.55% -
HSV(B) 340.65º 0.88% 0.97% -
XYZ 41.55 21.88 14.34 -
YUV 103.86 126.39 230.81 -
System Red Green Blue C M Y K H S L
Decimal 248 31 101 0 0.88 0.59 0.03 340.65 0.94 0.55
Hex F8 1F 65 0 58 3B 3 155 5E 37
Octal 370 37 145 0 130 73 3 525 136 67
Binary 11111000 11111 1100101 0 1011000 111011 11 101010101 1011110 110111

Color Harmonies of #F81F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F65

Black with #F81F65

Text Example


Text Example

White with #F81F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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