Html Css Color HEX #F43274 Radical Red

📋 copy color: '#F43274'

red 244 ◦ green 50 ◦ blue 116

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

Shades of Radical Red #F43274

Tints of Radical Red #F43274

RGB

 RED value IS 244 (95.7% from 255) = 59.51%

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

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 59.51%
G = 12.2%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F43274 (or 0xF43274) is known color: Radical Red. HEX triplet: F4, 32 and 74. RGB value is (244,50,116). Sum of RGB (Red+Green+Blue) = 244+50+116=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F43274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43274 is #0BCD8B. Grayscale: #737373. Windows color (decimal): -773516 or 7615220. OLE color: 7615220.

HSL color Cylindrical-coordinate representation of color #F43274: hue angle of 339.59º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43274 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 50 116 -
CMYK 0 0.80 0.52 0.04
HSL 339.59º 0.9% 0.58% -
HSV(B) 339.59º 0.8% 0.96% -
XYZ 41.6 22.78 18.73 -
YUV 115.53 128.27 219.63 -
System Red Green Blue C M Y K H S L
Decimal 244 50 116 0 0.80 0.52 0.04 339.59 0.9 0.58
Hex F4 32 74 0 50 34 4 154 5A 3A
Octal 364 62 164 0 120 64 4 524 132 72
Binary 11110100 110010 1110100 0 1010000 110100 100 101010100 1011010 111010

Color Harmonies of #F43274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43274

Black with #F43274

Text Example


Text Example

White with #F43274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43274; }

 p { color: rgb(244,50,116); }

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

background-color css

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

 a { background-color: rgb(244,50,116); }

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

border-color css

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

 span { border-color: rgb(244,50,116); }

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