Html Css Color HEX #F73965 Radical Red

📋 copy color: '#F73965'

red 247 ◦ green 57 ◦ blue 101

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

Shades of Radical Red #F73965

Tints of Radical Red #F73965

RGB

 RED value IS 247 (96.88% from 255) = 60.99%

 GREEN value IS 57 (22.66% from 255) = 14.07%

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

R = 60.99%
G = 14.07%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F73965 (or 0xF73965) is known color: Radical Red. HEX triplet: F7, 39 and 65. RGB value is (247,57,101). Sum of RGB (Red+Green+Blue) = 247+57+101=405 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.99% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 247 - color contains mainly: red. Hex color #F73965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73965 is #08C69A. Grayscale: #767676. Windows color (decimal): -575131 or 6633975. OLE color: 6633975.

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

Color convert

RGB 247 57 101 -
CMYK 0 0.77 0.59 0.03
HSL 346.11º 0.92% 0.6% -
HSV(B) 346.11º 0.77% 0.97% -
XYZ 42.17 23.64 14.65 -
YUV 118.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 247 57 101 0 0.77 0.59 0.03 346.11 0.92 0.6
Hex F7 39 65 0 4D 3B 3 15A 5C 3C
Octal 367 71 145 0 115 73 3 532 134 74
Binary 11110111 111001 1100101 0 1001101 111011 11 101011010 1011100 111100

Color Harmonies of #F73965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73965

Black with #F73965

Text Example


Text Example

White with #F73965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73965; }

 p { color: rgb(247,57,101); }

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

background-color css

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

 a { background-color: rgb(247,57,101); }

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

border-color css

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

 span { border-color: rgb(247,57,101); }

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