Html Css Color HEX #FB1D5A Radical Red

📋 copy color: '#FB1D5A'

red 251 ◦ green 29 ◦ blue 90

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

Shades of Radical Red #FB1D5A

Tints of Radical Red #FB1D5A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.84%

 BLUE value IS 90 (35.55% from 255) = 24.32%

R = 67.84%
G = 7.84%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FB1D5A (or 0xFB1D5A) is known color: Radical Red. HEX triplet: FB, 1D and 5A. RGB value is (251,29,90). Sum of RGB (Red+Green+Blue) = 251+29+90=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1D5A is #04E2A5. Grayscale: #666666. Windows color (decimal): -320166 or 5905915. OLE color: 5905915.

HSL color Cylindrical-coordinate representation of color #FB1D5A: hue angle of 343.51º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1D5A is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 29 90 -
CMYK 0 0.88 0.64 0.02
HSL 343.51º 0.97% 0.55% -
HSV(B) 343.51º 0.88% 0.98% -
XYZ 42.07 22.13 11.73 -
YUV 102.33 121.05 234.04 -
System Red Green Blue C M Y K H S L
Decimal 251 29 90 0 0.88 0.64 0.02 343.51 0.97 0.55
Hex FB 1D 5A 0 58 40 2 158 61 37
Octal 373 35 132 0 130 100 2 530 141 67
Binary 11111011 11101 1011010 0 1011000 1000000 10 101011000 1100001 110111

Color Harmonies of #FB1D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1D5A

Black with #FB1D5A

Text Example


Text Example

White with #FB1D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1D5A; }

 p { color: rgb(251,29,90); }

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

background-color css

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

 a { background-color: rgb(251,29,90); }

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

border-color css

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

 span { border-color: rgb(251,29,90); }

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