Html Css Color HEX #FA4269 Radical Red

📋 copy color: '#FA4269'

red 250 ◦ green 66 ◦ blue 105

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

Shades of Radical Red #FA4269

Tints of Radical Red #FA4269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.68%

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

R = 59.38%
G = 15.68%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA4269 (or 0xFA4269) is known color: Radical Red. HEX triplet: FA, 42 and 69. RGB value is (250,66,105). Sum of RGB (Red+Green+Blue) = 250+66+105=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4269 is #05BD96. Grayscale: #7D7D7D. Windows color (decimal): -376215 or 6898426. OLE color: 6898426.

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

Color convert

RGB 250 66 105 -
CMYK 0 0.74 0.58 0.02
HSL 347.28º 0.95% 0.62% -
HSV(B) 347.28º 0.74% 0.98% -
XYZ 43.92 25.24 15.92 -
YUV 125.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 250 66 105 0 0.74 0.58 0.02 347.28 0.95 0.62
Hex FA 42 69 0 4A 3A 2 15B 5F 3E
Octal 372 102 151 0 112 72 2 533 137 76
Binary 11111010 1000010 1101001 0 1001010 111010 10 101011011 1011111 111110

Color Harmonies of #FA4269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4269

Black with #FA4269

Text Example


Text Example

White with #FA4269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4269; }

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

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

background-color css

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

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

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

border-color css

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

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

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