Html Css Color HEX #FD385C Radical Red

📋 copy color: '#FD385C'

red 253 ◦ green 56 ◦ blue 92

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

Shades of Radical Red #FD385C

Tints of Radical Red #FD385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.97%

 BLUE value IS 92 (36.33% from 255) = 22.94%

R = 63.09%
G = 13.97%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD385C (or 0xFD385C) is known color: Radical Red. HEX triplet: FD, 38 and 5C. RGB value is (253,56,92). Sum of RGB (Red+Green+Blue) = 253+56+92=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD385C is #02C7A3. Grayscale: #777777. Windows color (decimal): -182180 or 6043901. OLE color: 6043901.

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

Color convert

RGB 253 56 92 -
CMYK 0 0.78 0.64 0.01
HSL 349.04º 0.98% 0.61% -
HSV(B) 349.04º 0.78% 0.99% -
XYZ 43.85 24.48 12.54 -
YUV 119.01 112.77 223.57 -
System Red Green Blue C M Y K H S L
Decimal 253 56 92 0 0.78 0.64 0.01 349.04 0.98 0.61
Hex FD 38 5C 0 4E 40 1 15D 62 3D
Octal 375 70 134 0 116 100 1 535 142 75
Binary 11111101 111000 1011100 0 1001110 1000000 1 101011101 1100010 111101

Color Harmonies of #FD385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD385C

Black with #FD385C

Text Example


Text Example

White with #FD385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD385C; }

 p { color: rgb(253,56,92); }

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

background-color css

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

 a { background-color: rgb(253,56,92); }

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

border-color css

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

 span { border-color: rgb(253,56,92); }

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