Html Css Color HEX #FA4263 Radical Red

📋 copy color: '#FA4263'

red 250 ◦ green 66 ◦ blue 99

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

Shades of Radical Red #FA4263

Tints of Radical Red #FA4263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.86%

R = 60.24%
G = 15.9%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA4263 (or 0xFA4263) is known color: Radical Red. HEX triplet: FA, 42 and 63. RGB value is (250,66,99). Sum of RGB (Red+Green+Blue) = 250+66+99=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4263 is #05BD9C. Grayscale: #7C7C7C. Windows color (decimal): -376221 or 6505210. OLE color: 6505210.

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

Color convert

RGB 250 66 99 -
CMYK 0 0.74 0.60 0.02
HSL 349.24º 0.95% 0.62% -
HSV(B) 349.24º 0.74% 0.98% -
XYZ 43.62 25.12 14.35 -
YUV 124.78 113.46 217.32 -
System Red Green Blue C M Y K H S L
Decimal 250 66 99 0 0.74 0.60 0.02 349.24 0.95 0.62
Hex FA 42 63 0 4A 3C 2 15D 5F 3E
Octal 372 102 143 0 112 74 2 535 137 76
Binary 11111010 1000010 1100011 0 1001010 111100 10 101011101 1011111 111110

Color Harmonies of #FA4263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4263

Black with #FA4263

Text Example


Text Example

White with #FA4263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4263; }

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

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

background-color css

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

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

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

border-color css

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

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

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