Html Css Color HEX #FA3769 Radical Red

📋 copy color: '#FA3769'

red 250 ◦ green 55 ◦ blue 105

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

Shades of Radical Red #FA3769

Tints of Radical Red #FA3769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.41%

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

R = 60.98%
G = 13.41%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA3769 (or 0xFA3769) is known color: Radical Red. HEX triplet: FA, 37 and 69. RGB value is (250,55,105). Sum of RGB (Red+Green+Blue) = 250+55+105=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3769 is #05C896. Grayscale: #767676. Windows color (decimal): -379031 or 6895610. OLE color: 6895610.

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

Color convert

RGB 250 55 105 -
CMYK 0 0.78 0.58 0.02
HSL 344.62º 0.95% 0.6% -
HSV(B) 344.62º 0.78% 0.98% -
XYZ 43.34 24.08 15.73 -
YUV 119.01 120.1 221.43 -
System Red Green Blue C M Y K H S L
Decimal 250 55 105 0 0.78 0.58 0.02 344.62 0.95 0.6
Hex FA 37 69 0 4E 3A 2 159 5F 3C
Octal 372 67 151 0 116 72 2 531 137 74
Binary 11111010 110111 1101001 0 1001110 111010 10 101011001 1011111 111100

Color Harmonies of #FA3769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3769

Black with #FA3769

Text Example


Text Example

White with #FA3769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3769; }

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

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

background-color css

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

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

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

border-color css

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

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

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