Html Css Color HEX #FB2E4A Radical Red

📋 copy color: '#FB2E4A'

red 251 ◦ green 46 ◦ blue 74

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

Shades of Radical Red #FB2E4A

Tints of Radical Red #FB2E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.95%

R = 67.65%
G = 12.4%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB2E4A (or 0xFB2E4A) is known color: Radical Red. HEX triplet: FB, 2E and 4A. RGB value is (251,46,74). Sum of RGB (Red+Green+Blue) = 251+46+74=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2E4A is #04D1B5. Grayscale: #6E6E6E. Windows color (decimal): -315830 or 4861691. OLE color: 4861691.

HSL color Cylindrical-coordinate representation of color #FB2E4A: hue angle of 351.8º 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 #FB2E4A is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 46 74 -
CMYK 0 0.82 0.71 0.02
HSL 351.8º 0.96% 0.58% -
HSV(B) 351.8º 0.82% 0.98% -
XYZ 42 22.96 8.7 -
YUV 110.49 107.42 228.22 -
System Red Green Blue C M Y K H S L
Decimal 251 46 74 0 0.82 0.71 0.02 351.8 0.96 0.58
Hex FB 2E 4A 0 52 47 2 160 60 3A
Octal 373 56 112 0 122 107 2 540 140 72
Binary 11111011 101110 1001010 0 1010010 1000111 10 101100000 1100000 111010

Color Harmonies of #FB2E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2E4A

Black with #FB2E4A

Text Example


Text Example

White with #FB2E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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