Html Css Color HEX #F83F5A Radical Red

📋 copy color: '#F83F5A'

red 248 ◦ green 63 ◦ blue 90

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

Shades of Radical Red #F83F5A

Tints of Radical Red #F83F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 15.71%

 BLUE value IS 90 (35.55% from 255) = 22.44%

R = 61.85%
G = 15.71%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F83F5A (or 0xF83F5A) is known color: Radical Red. HEX triplet: F8, 3F and 5A. RGB value is (248,63,90). Sum of RGB (Red+Green+Blue) = 248+63+90=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83F5A is #07C0A5. Grayscale: #797979. Windows color (decimal): -508070 or 5914616. OLE color: 5914616.

HSL color Cylindrical-coordinate representation of color #F83F5A: hue angle of 351.24º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83F5A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 63 90 -
CMYK 0 0.75 0.64 0.03
HSL 351.24º 0.93% 0.61% -
HSV(B) 351.24º 0.75% 0.97% -
XYZ 42.33 24.25 12.12 -
YUV 121.39 110.29 218.3 -
System Red Green Blue C M Y K H S L
Decimal 248 63 90 0 0.75 0.64 0.03 351.24 0.93 0.61
Hex F8 3F 5A 0 4B 40 3 15F 5D 3D
Octal 370 77 132 0 113 100 3 537 135 75
Binary 11111000 111111 1011010 0 1001011 1000000 11 101011111 1011101 111101

Color Harmonies of #F83F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F5A

Black with #F83F5A

Text Example


Text Example

White with #F83F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F5A; }

 p { color: rgb(248,63,90); }

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

background-color css

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

 a { background-color: rgb(248,63,90); }

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

border-color css

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

 span { border-color: rgb(248,63,90); }

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