Html Css Color HEX #FB395C Radical Red

📋 copy color: '#FB395C'

red 251 ◦ green 57 ◦ blue 92

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

Shades of Radical Red #FB395C

Tints of Radical Red #FB395C

RGB

 RED value IS 251 (98.44% from 255) = 62.75%

 GREEN value IS 57 (22.66% from 255) = 14.25%

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

R = 62.75%
G = 14.25%
B = 23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FB395C (or 0xFB395C) is known color: Radical Red. HEX triplet: FB, 39 and 5C. RGB value is (251,57,92). Sum of RGB (Red+Green+Blue) = 251+57+92=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB395C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB395C is #04C6A3. Grayscale: #777777. Windows color (decimal): -312996 or 6044155. OLE color: 6044155.

HSL color Cylindrical-coordinate representation of color #FB395C: hue angle of 349.18º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB395C is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 57 92 -
CMYK 0 0.77 0.63 0.02
HSL 349.18º 0.96% 0.6% -
HSV(B) 349.18º 0.77% 0.98% -
XYZ 43.18 24.21 12.52 -
YUV 119 112.77 222.15 -
System Red Green Blue C M Y K H S L
Decimal 251 57 92 0 0.77 0.63 0.02 349.18 0.96 0.6
Hex FB 39 5C 0 4D 3F 2 15D 60 3C
Octal 373 71 134 0 115 77 2 535 140 74
Binary 11111011 111001 1011100 0 1001101 111111 10 101011101 1100000 111100

Color Harmonies of #FB395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB395C

Black with #FB395C

Text Example


Text Example

White with #FB395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB395C; }

 p { color: rgb(251,57,92); }

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

background-color css

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

 a { background-color: rgb(251,57,92); }

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

border-color css

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

 span { border-color: rgb(251,57,92); }

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