Html Css Color HEX #FD2F65 Radical Red

📋 copy color: '#FD2F65'

red 253 ◦ green 47 ◦ blue 101

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

Shades of Radical Red #FD2F65

Tints of Radical Red #FD2F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.19%

R = 63.09%
G = 11.72%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD2F65 (or 0xFD2F65) is known color: Radical Red. HEX triplet: FD, 2F and 65. RGB value is (253,47,101). Sum of RGB (Red+Green+Blue) = 253+47+101=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2F65 is #02D09A. Grayscale: #727272. Windows color (decimal): -184475 or 6631421. OLE color: 6631421.

HSL color Cylindrical-coordinate representation of color #FD2F65: hue angle of 344.27º 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 #FD2F65 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 47 101 -
CMYK 0 0.81 0.60 0.01
HSL 344.27º 0.98% 0.59% -
HSV(B) 344.27º 0.81% 0.99% -
XYZ 43.87 23.86 14.6 -
YUV 114.75 120.25 226.61 -
System Red Green Blue C M Y K H S L
Decimal 253 47 101 0 0.81 0.60 0.01 344.27 0.98 0.59
Hex FD 2F 65 0 51 3C 1 158 62 3B
Octal 375 57 145 0 121 74 1 530 142 73
Binary 11111101 101111 1100101 0 1010001 111100 1 101011000 1100010 111011

Color Harmonies of #FD2F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2F65

Black with #FD2F65

Text Example


Text Example

White with #FD2F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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