Html Css Color HEX #FB425C Radical Red

📋 copy color: '#FB425C'

red 251 ◦ green 66 ◦ blue 92

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

Shades of Radical Red #FB425C

Tints of Radical Red #FB425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.14%

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

R = 61.37%
G = 16.14%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FB425C (or 0xFB425C) is known color: Radical Red. HEX triplet: FB, 42 and 5C. RGB value is (251,66,92). Sum of RGB (Red+Green+Blue) = 251+66+92=409 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.37% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 251 - color contains mainly: red. Hex color #FB425C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB425C is #04BDA3. Grayscale: #7C7C7C. Windows color (decimal): -310692 or 6046459. OLE color: 6046459.

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

Color convert

RGB 251 66 92 -
CMYK 0 0.74 0.63 0.02
HSL 351.57º 0.96% 0.62% -
HSV(B) 351.57º 0.74% 0.98% -
XYZ 43.66 25.18 12.68 -
YUV 124.28 109.79 218.39 -
System Red Green Blue C M Y K H S L
Decimal 251 66 92 0 0.74 0.63 0.02 351.57 0.96 0.62
Hex FB 42 5C 0 4A 3F 2 160 60 3E
Octal 373 102 134 0 112 77 2 540 140 76
Binary 11111011 1000010 1011100 0 1001010 111111 10 101100000 1100000 111110

Color Harmonies of #FB425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB425C

Black with #FB425C

Text Example


Text Example

White with #FB425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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