Html Css Color HEX #FA265D Radical Red

📋 copy color: '#FA265D'

red 250 ◦ green 38 ◦ blue 93

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

Shades of Radical Red #FA265D

Tints of Radical Red #FA265D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.41%

R = 65.62%
G = 9.97%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA265D (or 0xFA265D) is known color: Radical Red. HEX triplet: FA, 26 and 5D. RGB value is (250,38,93). Sum of RGB (Red+Green+Blue) = 250+38+93=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA265D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA265D is #05D9A2. Grayscale: #6B6B6B. Windows color (decimal): -383395 or 6104826. OLE color: 6104826.

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

Color convert

RGB 250 38 93 -
CMYK 0 0.85 0.63 0.02
HSL 344.43º 0.95% 0.56% -
HSV(B) 344.43º 0.85% 0.98% -
XYZ 42.09 22.5 12.48 -
YUV 107.66 119.74 229.53 -
System Red Green Blue C M Y K H S L
Decimal 250 38 93 0 0.85 0.63 0.02 344.43 0.95 0.56
Hex FA 26 5D 0 55 3F 2 158 5F 38
Octal 372 46 135 0 125 77 2 530 137 70
Binary 11111010 100110 1011101 0 1010101 111111 10 101011000 1011111 111000

Color Harmonies of #FA265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA265D

Black with #FA265D

Text Example


Text Example

White with #FA265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA265D; }

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

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

background-color css

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

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

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

border-color css

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

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

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