Html Css Color HEX #FB295F Radical Red

📋 copy color: '#FB295F'

red 251 ◦ green 41 ◦ blue 95

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

Shades of Radical Red #FB295F

Tints of Radical Red #FB295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.59%

 BLUE value IS 95 (37.5% from 255) = 24.55%

R = 64.86%
G = 10.59%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB295F (or 0xFB295F) is known color: Radical Red. HEX triplet: FB, 29 and 5F. RGB value is (251,41,95). Sum of RGB (Red+Green+Blue) = 251+41+95=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB295F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB295F is #04D6A0. Grayscale: #6D6D6D. Windows color (decimal): -317089 or 6236667. OLE color: 6236667.

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

Color convert

RGB 251 41 95 -
CMYK 0 0.84 0.62 0.02
HSL 344.57º 0.96% 0.57% -
HSV(B) 344.57º 0.84% 0.98% -
XYZ 42.64 22.92 13 -
YUV 109.95 119.57 228.61 -
System Red Green Blue C M Y K H S L
Decimal 251 41 95 0 0.84 0.62 0.02 344.57 0.96 0.57
Hex FB 29 5F 0 54 3E 2 159 60 39
Octal 373 51 137 0 124 76 2 531 140 71
Binary 11111011 101001 1011111 0 1010100 111110 10 101011001 1100000 111001

Color Harmonies of #FB295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB295F

Black with #FB295F

Text Example


Text Example

White with #FB295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB295F; }

 p { color: rgb(251,41,95); }

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

background-color css

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

 a { background-color: rgb(251,41,95); }

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

border-color css

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

 span { border-color: rgb(251,41,95); }

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