Html Css Color HEX #FB285C Radical Red

📋 copy color: '#FB285C'

red 251 ◦ green 40 ◦ blue 92

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

Shades of Radical Red #FB285C

Tints of Radical Red #FB285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.44%

 BLUE value IS 92 (36.33% from 255) = 24.02%

R = 65.54%
G = 10.44%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FB285C (or 0xFB285C) is known color: Radical Red. HEX triplet: FB, 28 and 5C. RGB value is (251,40,92). Sum of RGB (Red+Green+Blue) = 251+40+92=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB285C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB285C is #04D7A3. Grayscale: #6D6D6D. Windows color (decimal): -317348 or 6039803. OLE color: 6039803.

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

Color convert

RGB 251 40 92 -
CMYK 0 0.84 0.63 0.02
HSL 345.21º 0.96% 0.57% -
HSV(B) 345.21º 0.84% 0.98% -
XYZ 42.47 22.8 12.29 -
YUV 109.02 118.4 229.27 -
System Red Green Blue C M Y K H S L
Decimal 251 40 92 0 0.84 0.63 0.02 345.21 0.96 0.57
Hex FB 28 5C 0 54 3F 2 159 60 39
Octal 373 50 134 0 124 77 2 531 140 71
Binary 11111011 101000 1011100 0 1010100 111111 10 101011001 1100000 111001

Color Harmonies of #FB285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB285C

Black with #FB285C

Text Example


Text Example

White with #FB285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB285C; }

 p { color: rgb(251,40,92); }

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

background-color css

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

 a { background-color: rgb(251,40,92); }

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

border-color css

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

 span { border-color: rgb(251,40,92); }

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