Html Css Color HEX #FD2965 Radical Red

📋 copy color: '#FD2965'

red 253 ◦ green 41 ◦ blue 101

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

Shades of Radical Red #FD2965

Tints of Radical Red #FD2965

RGB

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

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

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

R = 64.05%
G = 10.38%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD2965 (or 0xFD2965) is known color: Radical Red. HEX triplet: FD, 29 and 65. RGB value is (253,41,101). Sum of RGB (Red+Green+Blue) = 253+41+101=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2965 is #02D69A. Grayscale: #6F6F6F. Windows color (decimal): -186011 or 6629885. OLE color: 6629885.

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

Color convert

RGB 253 41 101 -
CMYK 0 0.84 0.60 0.01
HSL 343.02º 0.98% 0.58% -
HSV(B) 343.02º 0.84% 0.99% -
XYZ 43.65 23.41 14.53 -
YUV 111.23 122.24 229.12 -
System Red Green Blue C M Y K H S L
Decimal 253 41 101 0 0.84 0.60 0.01 343.02 0.98 0.58
Hex FD 29 65 0 54 3C 1 157 62 3A
Octal 375 51 145 0 124 74 1 527 142 72
Binary 11111101 101001 1100101 0 1010100 111100 1 101010111 1100010 111010

Color Harmonies of #FD2965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2965

Black with #FD2965

Text Example


Text Example

White with #FD2965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2965; }

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

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

background-color css

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

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

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

border-color css

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

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

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