Html Css Color HEX #FA2452 Radical Red

📋 copy color: '#FA2452'

red 250 ◦ green 36 ◦ blue 82

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

Shades of Radical Red #FA2452

Tints of Radical Red #FA2452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.78%

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

R = 67.93%
G = 9.78%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA2452 (or 0xFA2452) is known color: Radical Red. HEX triplet: FA, 24 and 52. RGB value is (250,36,82). Sum of RGB (Red+Green+Blue) = 250+36+82=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2452 is #05DBAD. Grayscale: #696969. Windows color (decimal): -383918 or 5383418. OLE color: 5383418.

HSL color Cylindrical-coordinate representation of color #FA2452: hue angle of 347.1º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2452 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 36 82 -
CMYK 0 0.86 0.67 0.02
HSL 347.1º 0.96% 0.56% -
HSV(B) 347.1º 0.86% 0.98% -
XYZ 41.58 22.19 10.08 -
YUV 105.23 114.9 231.26 -
System Red Green Blue C M Y K H S L
Decimal 250 36 82 0 0.86 0.67 0.02 347.1 0.96 0.56
Hex FA 24 52 0 56 43 2 15B 60 38
Octal 372 44 122 0 126 103 2 533 140 70
Binary 11111010 100100 1010010 0 1010110 1000011 10 101011011 1100000 111000

Color Harmonies of #FA2452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2452

Black with #FA2452

Text Example


Text Example

White with #FA2452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2452; }

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

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

background-color css

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

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

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

border-color css

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

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

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