Html Css Color HEX #FD415D Radical Red

📋 copy color: '#FD415D'

red 253 ◦ green 65 ◦ blue 93

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

Shades of Radical Red #FD415D

Tints of Radical Red #FD415D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.82%

 BLUE value IS 93 (36.72% from 255) = 22.63%

R = 61.56%
G = 15.82%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD415D (or 0xFD415D) is known color: Radical Red. HEX triplet: FD, 41 and 5D. RGB value is (253,65,93). Sum of RGB (Red+Green+Blue) = 253+65+93=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD415D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD415D is #02BEA2. Grayscale: #7C7C7C. Windows color (decimal): -179875 or 6111741. OLE color: 6111741.

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

Color convert

RGB 253 65 93 -
CMYK 0 0.74 0.63 0.01
HSL 351.06º 0.98% 0.62% -
HSV(B) 351.06º 0.74% 0.99% -
XYZ 44.37 25.45 12.93 -
YUV 124.4 110.28 219.72 -
System Red Green Blue C M Y K H S L
Decimal 253 65 93 0 0.74 0.63 0.01 351.06 0.98 0.62
Hex FD 41 5D 0 4A 3F 1 15F 62 3E
Octal 375 101 135 0 112 77 1 537 142 76
Binary 11111101 1000001 1011101 0 1001010 111111 1 101011111 1100010 111110

Color Harmonies of #FD415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD415D

Black with #FD415D

Text Example


Text Example

White with #FD415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD415D; }

 p { color: rgb(253,65,93); }

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

background-color css

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

 a { background-color: rgb(253,65,93); }

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

border-color css

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

 span { border-color: rgb(253,65,93); }

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