Html Css Color HEX #FD275F Radical Red

📋 copy color: '#FD275F'

red 253 ◦ green 39 ◦ blue 95

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

Shades of Radical Red #FD275F

Tints of Radical Red #FD275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.55%

R = 65.37%
G = 10.08%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD275F (or 0xFD275F) is known color: Radical Red. HEX triplet: FD, 27 and 5F. RGB value is (253,39,95). Sum of RGB (Red+Green+Blue) = 253+39+95=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD275F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD275F is #02D8A0. Grayscale: #6D6D6D. Windows color (decimal): -186529 or 6236157. OLE color: 6236157.

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

Color convert

RGB 253 39 95 -
CMYK 0 0.85 0.62 0.01
HSL 344.3º 0.98% 0.57% -
HSV(B) 344.3º 0.85% 0.99% -
XYZ 43.3 23.16 13.01 -
YUV 109.37 119.9 230.45 -
System Red Green Blue C M Y K H S L
Decimal 253 39 95 0 0.85 0.62 0.01 344.3 0.98 0.57
Hex FD 27 5F 0 55 3E 1 158 62 39
Octal 375 47 137 0 125 76 1 530 142 71
Binary 11111101 100111 1011111 0 1010101 111110 1 101011000 1100010 111001

Color Harmonies of #FD275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD275F

Black with #FD275F

Text Example


Text Example

White with #FD275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD275F; }

 p { color: rgb(253,39,95); }

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

background-color css

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

 a { background-color: rgb(253,39,95); }

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

border-color css

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

 span { border-color: rgb(253,39,95); }

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