Html Css Color HEX #FB2E4D Radical Red

📋 copy color: '#FB2E4D'

red 251 ◦ green 46 ◦ blue 77

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

Shades of Radical Red #FB2E4D

Tints of Radical Red #FB2E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.3%

 BLUE value IS 77 (30.47% from 255) = 20.59%

R = 67.11%
G = 12.3%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FB2E4D (or 0xFB2E4D) is known color: Radical Red. HEX triplet: FB, 2E and 4D. RGB value is (251,46,77). Sum of RGB (Red+Green+Blue) = 251+46+77=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2E4D is #04D1B2. Grayscale: #6E6E6E. Windows color (decimal): -315827 or 5058299. OLE color: 5058299.

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

Color convert

RGB 251 46 77 -
CMYK 0 0.82 0.69 0.02
HSL 350.93º 0.96% 0.58% -
HSV(B) 350.93º 0.82% 0.98% -
XYZ 42.1 23 9.24 -
YUV 110.83 108.92 227.98 -
System Red Green Blue C M Y K H S L
Decimal 251 46 77 0 0.82 0.69 0.02 350.93 0.96 0.58
Hex FB 2E 4D 0 52 45 2 15F 60 3A
Octal 373 56 115 0 122 105 2 537 140 72
Binary 11111011 101110 1001101 0 1010010 1000101 10 101011111 1100000 111010

Color Harmonies of #FB2E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2E4D

Black with #FB2E4D

Text Example


Text Example

White with #FB2E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2E4D; }

 p { color: rgb(251,46,77); }

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

background-color css

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

 a { background-color: rgb(251,46,77); }

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

border-color css

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

 span { border-color: rgb(251,46,77); }

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