Html Css Color HEX #FD225C Radical Red

📋 copy color: '#FD225C'

red 253 ◦ green 34 ◦ blue 92

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

Shades of Radical Red #FD225C

Tints of Radical Red #FD225C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.97%

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

R = 66.75%
G = 8.97%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD225C (or 0xFD225C) is known color: Radical Red. HEX triplet: FD, 22 and 5C. RGB value is (253,34,92). Sum of RGB (Red+Green+Blue) = 253+34+92=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD225C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD225C is #02DDA3. Grayscale: #6A6A6A. Windows color (decimal): -187812 or 6038269. OLE color: 6038269.

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

Color convert

RGB 253 34 92 -
CMYK 0 0.87 0.64 0.01
HSL 344.11º 0.98% 0.56% -
HSV(B) 344.11º 0.87% 0.99% -
XYZ 43.01 22.8 12.26 -
YUV 106.09 120.05 232.78 -
System Red Green Blue C M Y K H S L
Decimal 253 34 92 0 0.87 0.64 0.01 344.11 0.98 0.56
Hex FD 22 5C 0 57 40 1 158 62 38
Octal 375 42 134 0 127 100 1 530 142 70
Binary 11111101 100010 1011100 0 1010111 1000000 1 101011000 1100010 111000

Color Harmonies of #FD225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD225C

Black with #FD225C

Text Example


Text Example

White with #FD225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD225C; }

 p { color: rgb(253,34,92); }

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

background-color css

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

 a { background-color: rgb(253,34,92); }

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

border-color css

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

 span { border-color: rgb(253,34,92); }

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