Html Css Color HEX #FA2665 Radical Red

📋 copy color: '#FA2665'

red 250 ◦ green 38 ◦ blue 101

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

Shades of Radical Red #FA2665

Tints of Radical Red #FA2665

RGB

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

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

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

R = 64.27%
G = 9.77%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA2665 (or 0xFA2665) is known color: Radical Red. HEX triplet: FA, 26 and 65. RGB value is (250,38,101). Sum of RGB (Red+Green+Blue) = 250+38+101=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2665 is #05D99A. Grayscale: #6C6C6C. Windows color (decimal): -383387 or 6629114. OLE color: 6629114.

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

Color convert

RGB 250 38 101 -
CMYK 0 0.85 0.60 0.02
HSL 342.17º 0.95% 0.56% -
HSV(B) 342.17º 0.85% 0.98% -
XYZ 42.47 22.65 14.45 -
YUV 108.57 123.74 228.88 -
System Red Green Blue C M Y K H S L
Decimal 250 38 101 0 0.85 0.60 0.02 342.17 0.95 0.56
Hex FA 26 65 0 55 3C 2 156 5F 38
Octal 372 46 145 0 125 74 2 526 137 70
Binary 11111010 100110 1100101 0 1010101 111100 10 101010110 1011111 111000

Color Harmonies of #FA2665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2665

Black with #FA2665

Text Example


Text Example

White with #FA2665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2665; }

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

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

background-color css

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

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

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

border-color css

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

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

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