Html Css Color HEX #FD256F Radical Red

📋 copy color: '#FD256F'

red 253 ◦ green 37 ◦ blue 111

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

Shades of Radical Red #FD256F

Tints of Radical Red #FD256F

RGB

 RED value IS 253 (99.22% from 255) = 63.09%

 GREEN value IS 37 (14.84% from 255) = 9.23%

 BLUE value IS 111 (43.75% from 255) = 27.68%

R = 63.09%
G = 9.23%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD256F (or 0xFD256F) is known color: Radical Red. HEX triplet: FD, 25 and 6F. RGB value is (253,37,111). Sum of RGB (Red+Green+Blue) = 253+37+111=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD256F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD256F is #02DA90. Grayscale: #6D6D6D. Windows color (decimal): -187025 or 7284221. OLE color: 7284221.

HSL color Cylindrical-coordinate representation of color #FD256F: hue angle of 339.44º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD256F is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 37 111 -
CMYK 0 0.85 0.56 0.01
HSL 339.44º 0.98% 0.57% -
HSV(B) 339.44º 0.85% 0.99% -
XYZ 44.04 23.35 17.23 -
YUV 110.02 128.56 229.98 -
System Red Green Blue C M Y K H S L
Decimal 253 37 111 0 0.85 0.56 0.01 339.44 0.98 0.57
Hex FD 25 6F 0 55 38 1 153 62 39
Octal 375 45 157 0 125 70 1 523 142 71
Binary 11111101 100101 1101111 0 1010101 111000 1 101010011 1100010 111001

Color Harmonies of #FD256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD256F

Black with #FD256F

Text Example


Text Example

White with #FD256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD256F; }

 p { color: rgb(253,37,111); }

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

background-color css

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

 a { background-color: rgb(253,37,111); }

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

border-color css

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

 span { border-color: rgb(253,37,111); }

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