Html Css Color HEX #FA4270 Radical Red

📋 copy color: '#FA4270'

red 250 ◦ green 66 ◦ blue 112

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

Shades of Radical Red #FA4270

Tints of Radical Red #FA4270

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.42%

 BLUE value IS 112 (44.14% from 255) = 26.17%

R = 58.41%
G = 15.42%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA4270 (or 0xFA4270) is known color: Radical Red. HEX triplet: FA, 42 and 70. RGB value is (250,66,112). Sum of RGB (Red+Green+Blue) = 250+66+112=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4270 is #05BD8F. Grayscale: #7E7E7E. Windows color (decimal): -376208 or 7357178. OLE color: 7357178.

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

Color convert

RGB 250 66 112 -
CMYK 0 0.74 0.55 0.02
HSL 345º 0.95% 0.62% -
HSV(B) 345º 0.74% 0.98% -
XYZ 44.3 25.39 17.9 -
YUV 126.26 119.96 216.26 -
System Red Green Blue C M Y K H S L
Decimal 250 66 112 0 0.74 0.55 0.02 345 0.95 0.62
Hex FA 42 70 0 4A 37 2 159 5F 3E
Octal 372 102 160 0 112 67 2 531 137 76
Binary 11111010 1000010 1110000 0 1001010 110111 10 101011001 1011111 111110

Color Harmonies of #FA4270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4270

Black with #FA4270

Text Example


Text Example

White with #FA4270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4270; }

 p { color: rgb(250,66,112); }

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

background-color css

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

 a { background-color: rgb(250,66,112); }

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

border-color css

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

 span { border-color: rgb(250,66,112); }

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