Html Css Color HEX #FA2D52 Radical Red

📋 copy color: '#FA2D52'

red 250 ◦ green 45 ◦ blue 82

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

Shades of Radical Red #FA2D52

Tints of Radical Red #FA2D52

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.94%

 BLUE value IS 82 (32.42% from 255) = 21.75%

R = 66.31%
G = 11.94%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA2D52 (or 0xFA2D52) is known color: Radical Red. HEX triplet: FA, 2D and 52. RGB value is (250,45,82). Sum of RGB (Red+Green+Blue) = 250+45+82=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D52 is #05D2AD. Grayscale: #6E6E6E. Windows color (decimal): -381614 or 5385722. OLE color: 5385722.

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

Color convert

RGB 250 45 82 -
CMYK 0 0.82 0.67 0.02
HSL 349.17º 0.95% 0.58% -
HSV(B) 349.17º 0.82% 0.98% -
XYZ 41.89 22.81 10.18 -
YUV 110.51 111.92 227.49 -
System Red Green Blue C M Y K H S L
Decimal 250 45 82 0 0.82 0.67 0.02 349.17 0.95 0.58
Hex FA 2D 52 0 52 43 2 15D 5F 3A
Octal 372 55 122 0 122 103 2 535 137 72
Binary 11111010 101101 1010010 0 1010010 1000011 10 101011101 1011111 111010

Color Harmonies of #FA2D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D52

Black with #FA2D52

Text Example


Text Example

White with #FA2D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D52; }

 p { color: rgb(250,45,82); }

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

background-color css

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

 a { background-color: rgb(250,45,82); }

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

border-color css

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

 span { border-color: rgb(250,45,82); }

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