Html Css Color HEX #FA414F Radical Red

📋 copy color: '#FA414F'

red 250 ◦ green 65 ◦ blue 79

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

Shades of Radical Red #FA414F

Tints of Radical Red #FA414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.5%

 BLUE value IS 79 (31.25% from 255) = 20.05%

R = 63.45%
G = 16.5%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA414F (or 0xFA414F) is known color: Radical Red. HEX triplet: FA, 41 and 4F. RGB value is (250,65,79). Sum of RGB (Red+Green+Blue) = 250+65+79=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA414F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA414F is #05BEB0. Grayscale: #7A7A7A. Windows color (decimal): -376497 or 5194234. OLE color: 5194234.

HSL color Cylindrical-coordinate representation of color #FA414F: hue angle of 355.46º 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 #FA414F is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 65 79 -
CMYK 0 0.74 0.68 0.02
HSL 355.46º 0.95% 0.62% -
HSV(B) 355.46º 0.74% 0.98% -
XYZ 42.73 24.67 9.91 -
YUV 121.91 103.79 219.36 -
System Red Green Blue C M Y K H S L
Decimal 250 65 79 0 0.74 0.68 0.02 355.46 0.95 0.62
Hex FA 41 4F 0 4A 44 2 163 5F 3E
Octal 372 101 117 0 112 104 2 543 137 76
Binary 11111010 1000001 1001111 0 1001010 1000100 10 101100011 1011111 111110

Color Harmonies of #FA414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA414F

Black with #FA414F

Text Example


Text Example

White with #FA414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA414F; }

 p { color: rgb(250,65,79); }

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

background-color css

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

 a { background-color: rgb(250,65,79); }

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

border-color css

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

 span { border-color: rgb(250,65,79); }

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