Html Css Color HEX #FB384B Radical Red

📋 copy color: '#FB384B'

red 251 ◦ green 56 ◦ blue 75

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

Shades of Radical Red #FB384B

Tints of Radical Red #FB384B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 65.71%
G = 14.66%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FB384B (or 0xFB384B) is known color: Radical Red. HEX triplet: FB, 38 and 4B. RGB value is (251,56,75). Sum of RGB (Red+Green+Blue) = 251+56+75=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB384B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB384B is #04C7B4. Grayscale: #747474. Windows color (decimal): -313269 or 4929787. OLE color: 4929787.

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

Color convert

RGB 251 56 75 -
CMYK 0 0.78 0.70 0.02
HSL 354.15º 0.96% 0.6% -
HSV(B) 354.15º 0.78% 0.98% -
XYZ 42.47 23.85 9.02 -
YUV 116.47 104.6 223.96 -
System Red Green Blue C M Y K H S L
Decimal 251 56 75 0 0.78 0.70 0.02 354.15 0.96 0.6
Hex FB 38 4B 0 4E 46 2 162 60 3C
Octal 373 70 113 0 116 106 2 542 140 74
Binary 11111011 111000 1001011 0 1001110 1000110 10 101100010 1100000 111100

Color Harmonies of #FB384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB384B

Black with #FB384B

Text Example


Text Example

White with #FB384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB384B; }

 p { color: rgb(251,56,75); }

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

background-color css

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

 a { background-color: rgb(251,56,75); }

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

border-color css

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

 span { border-color: rgb(251,56,75); }

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