Html Css Color HEX #FF385F Radical Red

📋 copy color: '#FF385F'

red 255 ◦ green 56 ◦ blue 95

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

Shades of Radical Red #FF385F

Tints of Radical Red #FF385F

RGB

 RED value IS 255 (100% from 255) = 62.81%

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

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

R = 62.81%
G = 13.79%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF385F (or 0xFF385F) is known color: Radical Red. HEX triplet: FF, 38 and 5F. RGB value is (255,56,95). Sum of RGB (Red+Green+Blue) = 255+56+95=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF385F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF385F is #00C7A0. Grayscale: #777777. Windows color (decimal): -51105 or 6240511. OLE color: 6240511.

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

Color convert

RGB 255 56 95 -
CMYK 0 0.78 0.63 0
HSL 348.24º 1% 0.61% -
HSV(B) 348.24º 0.78% 1% -
XYZ 44.72 24.91 13.28 -
YUV 119.95 113.93 224.33 -
System Red Green Blue C M Y K H S L
Decimal 255 56 95 0 0.78 0.63 0 348.24 1 0.61
Hex FF 38 5F 0 4E 3F 0 15C 64 3D
Octal 377 70 137 0 116 77 0 534 144 75
Binary 11111111 111000 1011111 0 1001110 111111 0 101011100 1100100 111101

Color Harmonies of #FF385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF385F

Black with #FF385F

Text Example


Text Example

White with #FF385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF385F; }

 p { color: rgb(255,56,95); }

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

background-color css

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

 a { background-color: rgb(255,56,95); }

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

border-color css

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

 span { border-color: rgb(255,56,95); }

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