Html Css Color HEX #F83D6A Radical Red

📋 copy color: '#F83D6A'

red 248 ◦ green 61 ◦ blue 106

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

Shades of Radical Red #F83D6A

Tints of Radical Red #F83D6A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.7%

 BLUE value IS 106 (41.8% from 255) = 25.54%

R = 59.76%
G = 14.7%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F83D6A (or 0xF83D6A) is known color: Radical Red. HEX triplet: F8, 3D and 6A. RGB value is (248,61,106). Sum of RGB (Red+Green+Blue) = 248+61+106=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83D6A is #07C295. Grayscale: #7A7A7A. Windows color (decimal): -508566 or 6962680. OLE color: 6962680.

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

Color convert

RGB 248 61 106 -
CMYK 0 0.75 0.57 0.03
HSL 345.56º 0.93% 0.61% -
HSV(B) 345.56º 0.75% 0.97% -
XYZ 42.98 24.33 16.07 -
YUV 122.04 118.95 217.84 -
System Red Green Blue C M Y K H S L
Decimal 248 61 106 0 0.75 0.57 0.03 345.56 0.93 0.61
Hex F8 3D 6A 0 4B 39 3 15A 5D 3D
Octal 370 75 152 0 113 71 3 532 135 75
Binary 11111000 111101 1101010 0 1001011 111001 11 101011010 1011101 111101

Color Harmonies of #F83D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83D6A

Black with #F83D6A

Text Example


Text Example

White with #F83D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83D6A; }

 p { color: rgb(248,61,106); }

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

background-color css

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

 a { background-color: rgb(248,61,106); }

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

border-color css

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

 span { border-color: rgb(248,61,106); }

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