Html Css Color HEX #FD2975 Radical Red

📋 copy color: '#FD2975'

red 253 ◦ green 41 ◦ blue 117

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

Shades of Radical Red #FD2975

Tints of Radical Red #FD2975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.98%

 BLUE value IS 117 (46.09% from 255) = 28.47%

R = 61.56%
G = 9.98%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD2975 (or 0xFD2975) is known color: Radical Red. HEX triplet: FD, 29 and 75. RGB value is (253,41,117). Sum of RGB (Red+Green+Blue) = 253+41+117=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2975 is #02D68A. Grayscale: #707070. Windows color (decimal): -185995 or 7678461. OLE color: 7678461.

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

Color convert

RGB 253 41 117 -
CMYK 0 0.84 0.54 0.01
HSL 338.49º 0.98% 0.58% -
HSV(B) 338.49º 0.84% 0.99% -
XYZ 44.51 23.75 19.07 -
YUV 113.05 130.24 227.82 -
System Red Green Blue C M Y K H S L
Decimal 253 41 117 0 0.84 0.54 0.01 338.49 0.98 0.58
Hex FD 29 75 0 54 36 1 152 62 3A
Octal 375 51 165 0 124 66 1 522 142 72
Binary 11111101 101001 1110101 0 1010100 110110 1 101010010 1100010 111010

Color Harmonies of #FD2975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2975

Black with #FD2975

Text Example


Text Example

White with #FD2975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2975; }

 p { color: rgb(253,41,117); }

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

background-color css

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

 a { background-color: rgb(253,41,117); }

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

border-color css

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

 span { border-color: rgb(253,41,117); }

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