Html Css Color HEX #FA4265 Radical Red

📋 copy color: '#FA4265'

red 250 ◦ green 66 ◦ blue 101

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

Shades of Radical Red #FA4265

Tints of Radical Red #FA4265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.22%

R = 59.95%
G = 15.83%
B = 24.22%

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

#FA4265 (or 0xFA4265) is known color: Radical Red. HEX triplet: FA, 42 and 65. RGB value is (250,66,101). Sum of RGB (Red+Green+Blue) = 250+66+101=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4265 is #05BD9A. Grayscale: #7D7D7D. Windows color (decimal): -376219 or 6636282. OLE color: 6636282.

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

Color convert

RGB 250 66 101 -
CMYK 0 0.74 0.60 0.02
HSL 348.59º 0.95% 0.62% -
HSV(B) 348.59º 0.74% 0.98% -
XYZ 43.72 25.16 14.86 -
YUV 125.01 114.46 217.15 -
System Red Green Blue C M Y K H S L
Decimal 250 66 101 0 0.74 0.60 0.02 348.59 0.95 0.62
Hex FA 42 65 0 4A 3C 2 15D 5F 3E
Octal 372 102 145 0 112 74 2 535 137 76
Binary 11111010 1000010 1100101 0 1001010 111100 10 101011101 1011111 111110

Color Harmonies of #FA4265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4265

Black with #FA4265

Text Example


Text Example

White with #FA4265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4265; }

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

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

background-color css

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

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

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

border-color css

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

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

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