Html Css Color HEX #FF385B Radical Red

📋 copy color: '#FF385B'

red 255 ◦ green 56 ◦ blue 91

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

Shades of Radical Red #FF385B

Tints of Radical Red #FF385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.64%

R = 63.43%
G = 13.93%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF385B (or 0xFF385B) is known color: Radical Red. HEX triplet: FF, 38 and 5B. RGB value is (255,56,91). Sum of RGB (Red+Green+Blue) = 255+56+91=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF385B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF385B is #00C7A4. Grayscale: #777777. Windows color (decimal): -51109 or 5978367. OLE color: 5978367.

HSL color Cylindrical-coordinate representation of color #FF385B: hue angle of 349.45º 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 #FF385B is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 255 56 91 -
CMYK 0 0.78 0.64 0
HSL 349.45º 1% 0.61% -
HSV(B) 349.45º 0.78% 1% -
XYZ 44.54 24.84 12.35 -
YUV 119.49 111.93 224.65 -
System Red Green Blue C M Y K H S L
Decimal 255 56 91 0 0.78 0.64 0 349.45 1 0.61
Hex FF 38 5B 0 4E 40 0 15D 64 3D
Octal 377 70 133 0 116 100 0 535 144 75
Binary 11111111 111000 1011011 0 1001110 1000000 0 101011101 1100100 111101

Color Harmonies of #FF385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF385B

Black with #FF385B

Text Example


Text Example

White with #FF385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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