Html Css Color HEX #FA434F Radical Red

📋 copy color: '#FA434F'

red 250 ◦ green 67 ◦ blue 79

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

Shades of Radical Red #FA434F

Tints of Radical Red #FA434F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.92%

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

R = 63.13%
G = 16.92%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA434F (or 0xFA434F) is known color: Radical Red. HEX triplet: FA, 43 and 4F. RGB value is (250,67,79). Sum of RGB (Red+Green+Blue) = 250+67+79=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA434F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA434F is #05BCB0. Grayscale: #7B7B7B. Windows color (decimal): -375985 or 5194746. OLE color: 5194746.

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

Color convert

RGB 250 67 79 -
CMYK 0 0.73 0.68 0.02
HSL 356.07º 0.95% 0.62% -
HSV(B) 356.07º 0.73% 0.98% -
XYZ 42.84 24.9 9.95 -
YUV 123.09 103.13 218.52 -
System Red Green Blue C M Y K H S L
Decimal 250 67 79 0 0.73 0.68 0.02 356.07 0.95 0.62
Hex FA 43 4F 0 49 44 2 164 5F 3E
Octal 372 103 117 0 111 104 2 544 137 76
Binary 11111010 1000011 1001111 0 1001001 1000100 10 101100100 1011111 111110

Color Harmonies of #FA434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA434F

Black with #FA434F

Text Example


Text Example

White with #FA434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA434F; }

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

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

background-color css

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

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

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

border-color css

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

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

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