Html Css Color HEX #FA3A4B Radical Red

📋 copy color: '#FA3A4B'

red 250 ◦ green 58 ◦ blue 75

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

Shades of Radical Red #FA3A4B

Tints of Radical Red #FA3A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.14%

 BLUE value IS 75 (29.69% from 255) = 19.58%

R = 65.27%
G = 15.14%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA3A4B (or 0xFA3A4B) is known color: Radical Red. HEX triplet: FA, 3A and 4B. RGB value is (250,58,75). Sum of RGB (Red+Green+Blue) = 250+58+75=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A4B is #05C5B4. Grayscale: #757575. Windows color (decimal): -378293 or 4930298. OLE color: 4930298.

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

Color convert

RGB 250 58 75 -
CMYK 0 0.77 0.7 0.02
HSL 354.69º 0.95% 0.6% -
HSV(B) 354.69º 0.77% 0.98% -
XYZ 42.21 23.86 9.04 -
YUV 117.35 104.11 222.62 -
System Red Green Blue C M Y K H S L
Decimal 250 58 75 0 0.77 0.7 0.02 354.69 0.95 0.6
Hex FA 3A 4B 0 4D 46 2 163 5F 3C
Octal 372 72 113 0 115 106 2 543 137 74
Binary 11111010 111010 1001011 0 1001101 1000110 10 101100011 1011111 111100

Color Harmonies of #FA3A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A4B

Black with #FA3A4B

Text Example


Text Example

White with #FA3A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A4B; }

 p { color: rgb(250,58,75); }

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

background-color css

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

 a { background-color: rgb(250,58,75); }

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

border-color css

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

 span { border-color: rgb(250,58,75); }

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