Html Css Color HEX #FA2769 Radical Red

📋 copy color: '#FA2769'

red 250 ◦ green 39 ◦ blue 105

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

Shades of Radical Red #FA2769

Tints of Radical Red #FA2769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.9%

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

R = 63.45%
G = 9.9%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA2769 (or 0xFA2769) is known color: Radical Red. HEX triplet: FA, 27 and 69. RGB value is (250,39,105). Sum of RGB (Red+Green+Blue) = 250+39+105=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2769 is #05D896. Grayscale: #6D6D6D. Windows color (decimal): -383127 or 6891514. OLE color: 6891514.

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

Color convert

RGB 250 39 105 -
CMYK 0 0.84 0.58 0.02
HSL 341.23º 0.95% 0.57% -
HSV(B) 341.23º 0.84% 0.98% -
XYZ 42.7 22.79 15.51 -
YUV 109.61 125.4 228.13 -
System Red Green Blue C M Y K H S L
Decimal 250 39 105 0 0.84 0.58 0.02 341.23 0.95 0.57
Hex FA 27 69 0 54 3A 2 155 5F 39
Octal 372 47 151 0 124 72 2 525 137 71
Binary 11111010 100111 1101001 0 1010100 111010 10 101010101 1011111 111001

Color Harmonies of #FA2769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2769

Black with #FA2769

Text Example


Text Example

White with #FA2769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2769; }

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

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

background-color css

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

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

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

border-color css

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

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

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