Html Css Color HEX #F4326A Radical Red

📋 copy color: '#F4326A'

red 244 ◦ green 50 ◦ blue 106

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

Shades of Radical Red #F4326A

Tints of Radical Red #F4326A

RGB

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

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

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

R = 61%
G = 12.5%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4326A (or 0xF4326A) is known color: Radical Red. HEX triplet: F4, 32 and 6A. RGB value is (244,50,106). Sum of RGB (Red+Green+Blue) = 244+50+106=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F4326A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4326A is #0BCD95. Grayscale: #727272. Windows color (decimal): -773526 or 6959860. OLE color: 6959860.

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

Color convert

RGB 244 50 106 -
CMYK 0 0.80 0.57 0.04
HSL 342.68º 0.9% 0.58% -
HSV(B) 342.68º 0.8% 0.96% -
XYZ 41.05 22.55 15.83 -
YUV 114.39 123.27 220.45 -
System Red Green Blue C M Y K H S L
Decimal 244 50 106 0 0.80 0.57 0.04 342.68 0.9 0.58
Hex F4 32 6A 0 50 39 4 157 5A 3A
Octal 364 62 152 0 120 71 4 527 132 72
Binary 11110100 110010 1101010 0 1010000 111001 100 101010111 1011010 111010

Color Harmonies of #F4326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4326A

Black with #F4326A

Text Example


Text Example

White with #F4326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4326A; }

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

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

background-color css

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

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

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

border-color css

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

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

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