Html Css Color HEX #F83F70 Radical Red

📋 copy color: '#F83F70'

red 248 ◦ green 63 ◦ blue 112

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

Shades of Radical Red #F83F70

Tints of Radical Red #F83F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.48%

R = 58.63%
G = 14.89%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F83F70 (or 0xF83F70) is known color: Radical Red. HEX triplet: F8, 3F and 70. RGB value is (248,63,112). Sum of RGB (Red+Green+Blue) = 248+63+112=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83F70 is #07C08F. Grayscale: #7B7B7B. Windows color (decimal): -508048 or 7356408. OLE color: 7356408.

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

Color convert

RGB 248 63 112 -
CMYK 0 0.75 0.55 0.03
HSL 344.11º 0.93% 0.61% -
HSV(B) 344.11º 0.75% 0.97% -
XYZ 43.41 24.68 17.81 -
YUV 123.9 121.29 216.52 -
System Red Green Blue C M Y K H S L
Decimal 248 63 112 0 0.75 0.55 0.03 344.11 0.93 0.61
Hex F8 3F 70 0 4B 37 3 158 5D 3D
Octal 370 77 160 0 113 67 3 530 135 75
Binary 11111000 111111 1110000 0 1001011 110111 11 101011000 1011101 111101

Color Harmonies of #F83F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F70

Black with #F83F70

Text Example


Text Example

White with #F83F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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