Html Css Color HEX #FA4B64 Radical Red

📋 copy color: '#FA4B64'

red 250 ◦ green 75 ◦ blue 100

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

Shades of Radical Red #FA4B64

Tints of Radical Red #FA4B64

RGB

 RED value IS 250 (98.05% from 255) = 58.82%

 GREEN value IS 75 (29.69% from 255) = 17.65%

 BLUE value IS 100 (39.45% from 255) = 23.53%

R = 58.82%
G = 17.65%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA4B64 (or 0xFA4B64) is known color: Radical Red. HEX triplet: FA, 4B and 64. RGB value is (250,75,100). Sum of RGB (Red+Green+Blue) = 250+75+100=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4B64 is #05B49B. Grayscale: #828282. Windows color (decimal): -373916 or 6573050. OLE color: 6573050.

HSL color Cylindrical-coordinate representation of color #FA4B64: hue angle of 351.43º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4B64 is Cyan = 0, Magento = 0.7, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 75 100 -
CMYK 0 0.7 0.6 0.02
HSL 351.43º 0.95% 0.64% -
HSV(B) 351.43º 0.7% 0.98% -
XYZ 44.24 26.28 14.8 -
YUV 130.18 110.98 213.47 -
System Red Green Blue C M Y K H S L
Decimal 250 75 100 0 0.7 0.6 0.02 351.43 0.95 0.64
Hex FA 4B 64 0 46 3C 2 15F 5F 40
Octal 372 113 144 0 106 74 2 537 137 100
Binary 11111010 1001011 1100100 0 1000110 111100 10 101011111 1011111 1000000

Color Harmonies of #FA4B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4B64

Black with #FA4B64

Text Example


Text Example

White with #FA4B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4B64; }

 p { color: rgb(250,75,100); }

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

background-color css

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

 a { background-color: rgb(250,75,100); }

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

border-color css

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

 span { border-color: rgb(250,75,100); }

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