Html Css Color HEX #FF3D6E Radical Red

📋 copy color: '#FF3D6E'

red 255 ◦ green 61 ◦ blue 110

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

Shades of Radical Red #FF3D6E

Tints of Radical Red #FF3D6E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.32%

 BLUE value IS 110 (43.36% from 255) = 25.82%

R = 59.86%
G = 14.32%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FF3D6E (or 0xFF3D6E) is known color: Radical Red. HEX triplet: FF, 3D and 6E. RGB value is (255,61,110). Sum of RGB (Red+Green+Blue) = 255+61+110=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3D6E is #00C291. Grayscale: #7C7C7C. Windows color (decimal): -49810 or 7224831. OLE color: 7224831.

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

Color convert

RGB 255 61 110 -
CMYK 0 0.76 0.57 0
HSL 344.85º 1% 0.62% -
HSV(B) 344.85º 0.76% 1% -
XYZ 45.72 25.72 17.31 -
YUV 124.59 119.77 221.02 -
System Red Green Blue C M Y K H S L
Decimal 255 61 110 0 0.76 0.57 0 344.85 1 0.62
Hex FF 3D 6E 0 4C 39 0 159 64 3E
Octal 377 75 156 0 114 71 0 531 144 76
Binary 11111111 111101 1101110 0 1001100 111001 0 101011001 1100100 111110

Color Harmonies of #FF3D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3D6E

Black with #FF3D6E

Text Example


Text Example

White with #FF3D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3D6E; }

 p { color: rgb(255,61,110); }

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

background-color css

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

 a { background-color: rgb(255,61,110); }

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

border-color css

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

 span { border-color: rgb(255,61,110); }

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