Html Css Color HEX #FA2753 Radical Red

📋 copy color: '#FA2753'

red 250 ◦ green 39 ◦ blue 83

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

Shades of Radical Red #FA2753

Tints of Radical Red #FA2753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.31%

R = 67.2%
G = 10.48%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA2753 (or 0xFA2753) is known color: Radical Red. HEX triplet: FA, 27 and 53. RGB value is (250,39,83). Sum of RGB (Red+Green+Blue) = 250+39+83=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2753 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2753 is #05D8AC. Grayscale: #6B6B6B. Windows color (decimal): -383149 or 5449722. OLE color: 5449722.

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

Color convert

RGB 250 39 83 -
CMYK 0 0.84 0.67 0.02
HSL 347.49º 0.95% 0.57% -
HSV(B) 347.49º 0.84% 0.98% -
XYZ 41.71 22.4 10.31 -
YUV 107.11 114.4 229.92 -
System Red Green Blue C M Y K H S L
Decimal 250 39 83 0 0.84 0.67 0.02 347.49 0.95 0.57
Hex FA 27 53 0 54 43 2 15B 5F 39
Octal 372 47 123 0 124 103 2 533 137 71
Binary 11111010 100111 1010011 0 1010100 1000011 10 101011011 1011111 111001

Color Harmonies of #FA2753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2753

Black with #FA2753

Text Example


Text Example

White with #FA2753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2753; }

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

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

background-color css

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

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

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

border-color css

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

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

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