Html Css Color HEX #FD2569 Radical Red

📋 copy color: '#FD2569'

red 253 ◦ green 37 ◦ blue 105

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

Shades of Radical Red #FD2569

Tints of Radical Red #FD2569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 64.05%
G = 9.37%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD2569 (or 0xFD2569) is known color: Radical Red. HEX triplet: FD, 25 and 69. RGB value is (253,37,105). Sum of RGB (Red+Green+Blue) = 253+37+105=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2569 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2569 is #02DA96. Grayscale: #6D6D6D. Windows color (decimal): -187031 or 6891005. OLE color: 6891005.

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

Color convert

RGB 253 37 105 -
CMYK 0 0.85 0.58 0.01
HSL 341.11º 0.98% 0.57% -
HSV(B) 341.11º 0.85% 0.99% -
XYZ 43.72 23.23 15.54 -
YUV 109.34 125.56 230.47 -
System Red Green Blue C M Y K H S L
Decimal 253 37 105 0 0.85 0.58 0.01 341.11 0.98 0.57
Hex FD 25 69 0 55 3A 1 155 62 39
Octal 375 45 151 0 125 72 1 525 142 71
Binary 11111101 100101 1101001 0 1010101 111010 1 101010101 1100010 111001

Color Harmonies of #FD2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2569

Black with #FD2569

Text Example


Text Example

White with #FD2569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2569; }

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

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

background-color css

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

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

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

border-color css

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

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

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