Html Css Color HEX #F73268 Radical Red

📋 copy color: '#F73268'

red 247 ◦ green 50 ◦ blue 104

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

Shades of Radical Red #F73268

Tints of Radical Red #F73268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.47%

 BLUE value IS 104 (41.02% from 255) = 25.94%

R = 61.6%
G = 12.47%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F73268 (or 0xF73268) is known color: Radical Red. HEX triplet: F7, 32 and 68. RGB value is (247,50,104). Sum of RGB (Red+Green+Blue) = 247+50+104=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F73268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73268 is #08CD97. Grayscale: #737373. Windows color (decimal): -576920 or 6828791. OLE color: 6828791.

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

Color convert

RGB 247 50 104 -
CMYK 0 0.80 0.58 0.03
HSL 343.55º 0.92% 0.58% -
HSV(B) 343.55º 0.8% 0.97% -
XYZ 42 23.05 15.33 -
YUV 115.06 121.77 222.11 -
System Red Green Blue C M Y K H S L
Decimal 247 50 104 0 0.80 0.58 0.03 343.55 0.92 0.58
Hex F7 32 68 0 50 3A 3 158 5C 3A
Octal 367 62 150 0 120 72 3 530 134 72
Binary 11110111 110010 1101000 0 1010000 111010 11 101011000 1011100 111010

Color Harmonies of #F73268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73268

Black with #F73268

Text Example


Text Example

White with #F73268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73268; }

 p { color: rgb(247,50,104); }

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

background-color css

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

 a { background-color: rgb(247,50,104); }

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

border-color css

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

 span { border-color: rgb(247,50,104); }

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