Html Css Color HEX #FA2C69 Radical Red

📋 copy color: '#FA2C69'

red 250 ◦ green 44 ◦ blue 105

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

Shades of Radical Red #FA2C69

Tints of Radical Red #FA2C69

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.03%

 BLUE value IS 105 (41.41% from 255) = 26.32%

R = 62.66%
G = 11.03%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA2C69 (or 0xFA2C69) is known color: Radical Red. HEX triplet: FA, 2C and 69. RGB value is (250,44,105). Sum of RGB (Red+Green+Blue) = 250+44+105=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2C69 is #05D396. Grayscale: #707070. Windows color (decimal): -381847 or 6892794. OLE color: 6892794.

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

Color convert

RGB 250 44 105 -
CMYK 0 0.82 0.58 0.02
HSL 342.23º 0.95% 0.58% -
HSV(B) 342.23º 0.82% 0.98% -
XYZ 42.87 23.15 15.57 -
YUV 112.55 123.75 226.04 -
System Red Green Blue C M Y K H S L
Decimal 250 44 105 0 0.82 0.58 0.02 342.23 0.95 0.58
Hex FA 2C 69 0 52 3A 2 156 5F 3A
Octal 372 54 151 0 122 72 2 526 137 72
Binary 11111010 101100 1101001 0 1010010 111010 10 101010110 1011111 111010

Color Harmonies of #FA2C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C69

Black with #FA2C69

Text Example


Text Example

White with #FA2C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C69; }

 p { color: rgb(250,44,105); }

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

background-color css

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

 a { background-color: rgb(250,44,105); }

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

border-color css

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

 span { border-color: rgb(250,44,105); }

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