Html Css Color HEX #FA415F Radical Red

📋 copy color: '#FA415F'

red 250 ◦ green 65 ◦ blue 95

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

Shades of Radical Red #FA415F

Tints of Radical Red #FA415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.17%

R = 60.98%
G = 15.85%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA415F (or 0xFA415F) is known color: Radical Red. HEX triplet: FA, 41 and 5F. RGB value is (250,65,95). Sum of RGB (Red+Green+Blue) = 250+65+95=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA415F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA415F is #05BEA0. Grayscale: #7B7B7B. Windows color (decimal): -376481 or 6242810. OLE color: 6242810.

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

Color convert

RGB 250 65 95 -
CMYK 0 0.74 0.62 0.02
HSL 350.27º 0.95% 0.62% -
HSV(B) 350.27º 0.74% 0.98% -
XYZ 43.38 24.93 13.35 -
YUV 123.74 111.79 218.06 -
System Red Green Blue C M Y K H S L
Decimal 250 65 95 0 0.74 0.62 0.02 350.27 0.95 0.62
Hex FA 41 5F 0 4A 3E 2 15E 5F 3E
Octal 372 101 137 0 112 76 2 536 137 76
Binary 11111010 1000001 1011111 0 1001010 111110 10 101011110 1011111 111110

Color Harmonies of #FA415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA415F

Black with #FA415F

Text Example


Text Example

White with #FA415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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