Html Css Color HEX #FD2F50 Radical Red

📋 copy color: '#FD2F50'

red 253 ◦ green 47 ◦ blue 80

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

Shades of Radical Red #FD2F50

Tints of Radical Red #FD2F50

RGB

 RED value IS 253 (99.22% from 255) = 66.58%

 GREEN value IS 47 (18.75% from 255) = 12.37%

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 66.58%
G = 12.37%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD2F50 (or 0xFD2F50) is known color: Radical Red. HEX triplet: FD, 2F and 50. RGB value is (253,47,80). Sum of RGB (Red+Green+Blue) = 253+47+80=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2F50 is #02D0AF. Grayscale: #707070. Windows color (decimal): -184496 or 5255165. OLE color: 5255165.

HSL color Cylindrical-coordinate representation of color #FD2F50: hue angle of 350.39º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD2F50 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 47 80 -
CMYK 0 0.81 0.68 0.01
HSL 350.39º 0.98% 0.59% -
HSV(B) 350.39º 0.81% 0.99% -
XYZ 42.97 23.49 9.86 -
YUV 112.36 109.75 228.32 -
System Red Green Blue C M Y K H S L
Decimal 253 47 80 0 0.81 0.68 0.01 350.39 0.98 0.59
Hex FD 2F 50 0 51 44 1 15E 62 3B
Octal 375 57 120 0 121 104 1 536 142 73
Binary 11111101 101111 1010000 0 1010001 1000100 1 101011110 1100010 111011

Color Harmonies of #FD2F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2F50

Black with #FD2F50

Text Example


Text Example

White with #FD2F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2F50; }

 p { color: rgb(253,47,80); }

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

background-color css

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

 a { background-color: rgb(253,47,80); }

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

border-color css

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

 span { border-color: rgb(253,47,80); }

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