Html Css Color HEX #FF1D6C Radical Red

📋 copy color: '#FF1D6C'

red 255 ◦ green 29 ◦ blue 108

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

Shades of Radical Red #FF1D6C

Tints of Radical Red #FF1D6C

RGB

 RED value IS 255 (100% from 255) = 65.05%

 GREEN value IS 29 (11.72% from 255) = 7.4%

 BLUE value IS 108 (42.58% from 255) = 27.55%

R = 65.05%
G = 7.4%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF1D6C (or 0xFF1D6C) is known color: Radical Red. HEX triplet: FF, 1D and 6C. RGB value is (255,29,108). Sum of RGB (Red+Green+Blue) = 255+29+108=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1D6C is #00E293. Grayscale: #696969. Windows color (decimal): -58004 or 7085567. OLE color: 7085567.

HSL color Cylindrical-coordinate representation of color #FF1D6C: hue angle of 339.03º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D6C is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB 255 29 108 -
CMYK 0 0.89 0.58 0
HSL 339.03º 1% 0.56% -
HSV(B) 339.03º 0.89% 1% -
XYZ 44.39 23.22 16.33 -
YUV 105.58 129.37 234.58 -
System Red Green Blue C M Y K H S L
Decimal 255 29 108 0 0.89 0.58 0 339.03 1 0.56
Hex FF 1D 6C 0 59 3A 0 153 64 38
Octal 377 35 154 0 131 72 0 523 144 70
Binary 11111111 11101 1101100 0 1011001 111010 0 101010011 1100100 111000

Color Harmonies of #FF1D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1D6C

Black with #FF1D6C

Text Example


Text Example

White with #FF1D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1D6C; }

 p { color: rgb(255,29,108); }

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

background-color css

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

 a { background-color: rgb(255,29,108); }

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

border-color css

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

 span { border-color: rgb(255,29,108); }

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