Html Css Color HEX #FA2465 Radical Red

📋 copy color: '#FA2465'

red 250 ◦ green 36 ◦ blue 101

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

Shades of Radical Red #FA2465

Tints of Radical Red #FA2465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.3%

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

R = 64.6%
G = 9.3%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA2465 (or 0xFA2465) is known color: Radical Red. HEX triplet: FA, 24 and 65. RGB value is (250,36,101). Sum of RGB (Red+Green+Blue) = 250+36+101=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2465 is #05DB9A. Grayscale: #6B6B6B. Windows color (decimal): -383899 or 6628602. OLE color: 6628602.

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

Color convert

RGB 250 36 101 -
CMYK 0 0.86 0.60 0.02
HSL 341.78º 0.96% 0.56% -
HSV(B) 341.78º 0.86% 0.98% -
XYZ 42.4 22.53 14.42 -
YUV 107.4 124.4 229.71 -
System Red Green Blue C M Y K H S L
Decimal 250 36 101 0 0.86 0.60 0.02 341.78 0.96 0.56
Hex FA 24 65 0 56 3C 2 156 60 38
Octal 372 44 145 0 126 74 2 526 140 70
Binary 11111010 100100 1100101 0 1010110 111100 10 101010110 1100000 111000

Color Harmonies of #FA2465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2465

Black with #FA2465

Text Example


Text Example

White with #FA2465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2465; }

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

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

background-color css

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

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

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

border-color css

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

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

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