Html Css Color HEX #FA4369 Radical Red

📋 copy color: '#FA4369'

red 250 ◦ green 67 ◦ blue 105

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

Shades of Radical Red #FA4369

Tints of Radical Red #FA4369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.88%

 BLUE value IS 105 (41.41% from 255) = 24.88%

R = 59.24%
G = 15.88%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA4369 (or 0xFA4369) is known color: Radical Red. HEX triplet: FA, 43 and 69. RGB value is (250,67,105). Sum of RGB (Red+Green+Blue) = 250+67+105=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4369 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4369 is #05BC96. Grayscale: #7E7E7E. Windows color (decimal): -375959 or 6898682. OLE color: 6898682.

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

Color convert

RGB 250 67 105 -
CMYK 0 0.73 0.58 0.02
HSL 347.54º 0.95% 0.62% -
HSV(B) 347.54º 0.73% 0.98% -
XYZ 43.98 25.36 15.94 -
YUV 126.05 116.13 216.41 -
System Red Green Blue C M Y K H S L
Decimal 250 67 105 0 0.73 0.58 0.02 347.54 0.95 0.62
Hex FA 43 69 0 49 3A 2 15C 5F 3E
Octal 372 103 151 0 111 72 2 534 137 76
Binary 11111010 1000011 1101001 0 1001001 111010 10 101011100 1011111 111110

Color Harmonies of #FA4369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4369

Black with #FA4369

Text Example


Text Example

White with #FA4369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4369; }

 p { color: rgb(250,67,105); }

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

background-color css

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

 a { background-color: rgb(250,67,105); }

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

border-color css

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

 span { border-color: rgb(250,67,105); }

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