Html Css Color HEX #F83665 Radical Red

📋 copy color: '#F83665'

red 248 ◦ green 54 ◦ blue 101

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

Shades of Radical Red #F83665

Tints of Radical Red #F83665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.4%

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

R = 61.54%
G = 13.4%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F83665 (or 0xF83665) is known color: Radical Red. HEX triplet: F8, 36 and 65. RGB value is (248,54,101). Sum of RGB (Red+Green+Blue) = 248+54+101=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F83665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83665 is #07C99A. Grayscale: #757575. Windows color (decimal): -510363 or 6633208. OLE color: 6633208.

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

Color convert

RGB 248 54 101 -
CMYK 0 0.78 0.59 0.03
HSL 345.46º 0.93% 0.59% -
HSV(B) 345.46º 0.78% 0.97% -
XYZ 42.38 23.53 14.62 -
YUV 117.36 118.77 221.18 -
System Red Green Blue C M Y K H S L
Decimal 248 54 101 0 0.78 0.59 0.03 345.46 0.93 0.59
Hex F8 36 65 0 4E 3B 3 159 5D 3B
Octal 370 66 145 0 116 73 3 531 135 73
Binary 11111000 110110 1100101 0 1001110 111011 11 101011001 1011101 111011

Color Harmonies of #F83665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83665

Black with #F83665

Text Example


Text Example

White with #F83665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83665; }

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

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

background-color css

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

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

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

border-color css

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

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

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