Html Css Color HEX #FA265A Radical Red

📋 copy color: '#FA265A'

red 250 ◦ green 38 ◦ blue 90

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

Shades of Radical Red #FA265A

Tints of Radical Red #FA265A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.05%

 BLUE value IS 90 (35.55% from 255) = 23.81%

R = 66.14%
G = 10.05%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA265A (or 0xFA265A) is known color: Radical Red. HEX triplet: FA, 26 and 5A. RGB value is (250,38,90). Sum of RGB (Red+Green+Blue) = 250+38+90=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA265A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA265A is #05D9A5. Grayscale: #6B6B6B. Windows color (decimal): -383398 or 5908218. OLE color: 5908218.

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

Color convert

RGB 250 38 90 -
CMYK 0 0.85 0.64 0.02
HSL 345.28º 0.95% 0.56% -
HSV(B) 345.28º 0.85% 0.98% -
XYZ 41.96 22.45 11.79 -
YUV 107.32 118.24 229.77 -
System Red Green Blue C M Y K H S L
Decimal 250 38 90 0 0.85 0.64 0.02 345.28 0.95 0.56
Hex FA 26 5A 0 55 40 2 159 5F 38
Octal 372 46 132 0 125 100 2 531 137 70
Binary 11111010 100110 1011010 0 1010101 1000000 10 101011001 1011111 111000

Color Harmonies of #FA265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA265A

Black with #FA265A

Text Example


Text Example

White with #FA265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA265A; }

 p { color: rgb(250,38,90); }

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

background-color css

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

 a { background-color: rgb(250,38,90); }

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

border-color css

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

 span { border-color: rgb(250,38,90); }

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