Html Css Color HEX #FD1A68 Radical Red

📋 copy color: '#FD1A68'

red 253 ◦ green 26 ◦ blue 104

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

Shades of Radical Red #FD1A68

Tints of Radical Red #FD1A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.79%

 BLUE value IS 104 (41.02% from 255) = 27.15%

R = 66.06%
G = 6.79%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FD1A68 (or 0xFD1A68) is known color: Radical Red. HEX triplet: FD, 1A and 68. RGB value is (253,26,104). Sum of RGB (Red+Green+Blue) = 253+26+104=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1A68 is #02E597. Grayscale: #666666. Windows color (decimal): -189848 or 6822653. OLE color: 6822653.

HSL color Cylindrical-coordinate representation of color #FD1A68: hue angle of 339.38º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1A68 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 26 104 -
CMYK 0 0.90 0.59 0.01
HSL 339.38º 0.98% 0.55% -
HSV(B) 339.38º 0.9% 0.99% -
XYZ 43.38 22.62 15.18 -
YUV 102.77 128.71 235.16 -
System Red Green Blue C M Y K H S L
Decimal 253 26 104 0 0.90 0.59 0.01 339.38 0.98 0.55
Hex FD 1A 68 0 5A 3B 1 153 62 37
Octal 375 32 150 0 132 73 1 523 142 67
Binary 11111101 11010 1101000 0 1011010 111011 1 101010011 1100010 110111

Color Harmonies of #FD1A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1A68

Black with #FD1A68

Text Example


Text Example

White with #FD1A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1A68; }

 p { color: rgb(253,26,104); }

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

background-color css

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

 a { background-color: rgb(253,26,104); }

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

border-color css

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

 span { border-color: rgb(253,26,104); }

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