Html Css Color HEX #FF3968 Radical Red

📋 copy color: '#FF3968'

red 255 ◦ green 57 ◦ blue 104

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

Shades of Radical Red #FF3968

Tints of Radical Red #FF3968

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.7%

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

R = 61.3%
G = 13.7%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FF3968 (or 0xFF3968) is known color: Radical Red. HEX triplet: FF, 39 and 68. RGB value is (255,57,104). Sum of RGB (Red+Green+Blue) = 255+57+104=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3968 is #00C697. Grayscale: #797979. Windows color (decimal): -50840 or 6830591. OLE color: 6830591.

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

Color convert

RGB 255 57 104 -
CMYK 0 0.78 0.59 0
HSL 345.76º 1% 0.61% -
HSV(B) 345.76º 0.78% 1% -
XYZ 45.2 25.19 15.58 -
YUV 121.56 118.1 223.18 -
System Red Green Blue C M Y K H S L
Decimal 255 57 104 0 0.78 0.59 0 345.76 1 0.61
Hex FF 39 68 0 4E 3B 0 15A 64 3D
Octal 377 71 150 0 116 73 0 532 144 75
Binary 11111111 111001 1101000 0 1001110 111011 0 101011010 1100100 111101

Color Harmonies of #FF3968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3968

Black with #FF3968

Text Example


Text Example

White with #FF3968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3968; }

 p { color: rgb(255,57,104); }

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

background-color css

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

 a { background-color: rgb(255,57,104); }

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

border-color css

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

 span { border-color: rgb(255,57,104); }

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