Html Css Color HEX #FD265C Radical Red

📋 copy color: '#FD265C'

red 253 ◦ green 38 ◦ blue 92

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

Shades of Radical Red #FD265C

Tints of Radical Red #FD265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.92%

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

R = 66.06%
G = 9.92%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD265C (or 0xFD265C) is known color: Radical Red. HEX triplet: FD, 26 and 5C. RGB value is (253,38,92). Sum of RGB (Red+Green+Blue) = 253+38+92=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD265C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD265C is #02D9A3. Grayscale: #6C6C6C. Windows color (decimal): -186788 or 6039293. OLE color: 6039293.

HSL color Cylindrical-coordinate representation of color #FD265C: hue angle of 344.93º 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 #FD265C is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 38 92 -
CMYK 0 0.85 0.64 0.01
HSL 344.93º 0.98% 0.57% -
HSV(B) 344.93º 0.85% 0.99% -
XYZ 43.13 23.04 12.3 -
YUV 108.44 118.73 231.11 -
System Red Green Blue C M Y K H S L
Decimal 253 38 92 0 0.85 0.64 0.01 344.93 0.98 0.57
Hex FD 26 5C 0 55 40 1 159 62 39
Octal 375 46 134 0 125 100 1 531 142 71
Binary 11111101 100110 1011100 0 1010101 1000000 1 101011001 1100010 111001

Color Harmonies of #FD265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD265C

Black with #FD265C

Text Example


Text Example

White with #FD265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD265C; }

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

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

background-color css

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

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

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

border-color css

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

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

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