Html Css Color HEX #FF3F5B Radical Red

📋 copy color: '#FF3F5B'

red 255 ◦ green 63 ◦ blue 91

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

Shades of Radical Red #FF3F5B

Tints of Radical Red #FF3F5B

RGB

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

 GREEN value IS 63 (25% from 255) = 15.4%

 BLUE value IS 91 (35.94% from 255) = 22.25%

R = 62.35%
G = 15.4%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF3F5B (or 0xFF3F5B) is known color: Radical Red. HEX triplet: FF, 3F and 5B. RGB value is (255,63,91). Sum of RGB (Red+Green+Blue) = 255+63+91=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F5B is #00C0A4. Grayscale: #7B7B7B. Windows color (decimal): -49317 or 5980159. OLE color: 5980159.

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

Color convert

RGB 255 63 91 -
CMYK 0 0.75 0.64 0
HSL 351.25º 1% 0.62% -
HSV(B) 351.25º 0.75% 1% -
XYZ 44.91 25.57 12.47 -
YUV 123.6 109.61 221.72 -
System Red Green Blue C M Y K H S L
Decimal 255 63 91 0 0.75 0.64 0 351.25 1 0.62
Hex FF 3F 5B 0 4B 40 0 15F 64 3E
Octal 377 77 133 0 113 100 0 537 144 76
Binary 11111111 111111 1011011 0 1001011 1000000 0 101011111 1100100 111110

Color Harmonies of #FF3F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3F5B

Black with #FF3F5B

Text Example


Text Example

White with #FF3F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3F5B; }

 p { color: rgb(255,63,91); }

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

background-color css

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

 a { background-color: rgb(255,63,91); }

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

border-color css

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

 span { border-color: rgb(255,63,91); }

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