Html Css Color HEX #F4305B Radical Red

📋 copy color: '#F4305B'

red 244 ◦ green 48 ◦ blue 91

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

Shades of Radical Red #F4305B

Tints of Radical Red #F4305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.53%

 BLUE value IS 91 (35.94% from 255) = 23.76%

R = 63.71%
G = 12.53%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F4305B (or 0xF4305B) is known color: Radical Red. HEX triplet: F4, 30 and 5B. RGB value is (244,48,91). Sum of RGB (Red+Green+Blue) = 244+48+91=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F4305B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4305B is #0BCFA4. Grayscale: #6F6F6F. Windows color (decimal): -774053 or 5976308. OLE color: 5976308.

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

Color convert

RGB 244 48 91 -
CMYK 0 0.80 0.63 0.04
HSL 346.84º 0.9% 0.57% -
HSV(B) 346.84º 0.8% 0.96% -
XYZ 40.25 22.1 12.04 -
YUV 111.51 116.43 222.5 -
System Red Green Blue C M Y K H S L
Decimal 244 48 91 0 0.80 0.63 0.04 346.84 0.9 0.57
Hex F4 30 5B 0 50 3F 4 15B 5A 39
Octal 364 60 133 0 120 77 4 533 132 71
Binary 11110100 110000 1011011 0 1010000 111111 100 101011011 1011010 111001

Color Harmonies of #F4305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4305B

Black with #F4305B

Text Example


Text Example

White with #F4305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4305B; }

 p { color: rgb(244,48,91); }

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

background-color css

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

 a { background-color: rgb(244,48,91); }

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

border-color css

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

 span { border-color: rgb(244,48,91); }

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