Html Css Color HEX #FF3F42 Radical Red

📋 copy color: '#FF3F42'

red 255 ◦ green 63 ◦ blue 66

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

Shades of Radical Red #FF3F42

Tints of Radical Red #FF3F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.19%

R = 66.41%
G = 16.41%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF3F42 (or 0xFF3F42) is known color: Radical Red. HEX triplet: FF, 3F and 42. RGB value is (255,63,66). Sum of RGB (Red+Green+Blue) = 255+63+66=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F42 is #00C0BD. Grayscale: #787878. Windows color (decimal): -49342 or 4341759. OLE color: 4341759.

HSL color Cylindrical-coordinate representation of color #FF3F42: hue angle of 359.06º 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 #FF3F42 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 63 66 -
CMYK 0 0.75 0.74 0
HSL 359.06º 1% 0.62% -
HSV(B) 359.06º 0.75% 1% -
XYZ 44 25.21 7.7 -
YUV 120.75 97.11 223.76 -
System Red Green Blue C M Y K H S L
Decimal 255 63 66 0 0.75 0.74 0 359.06 1 0.62
Hex FF 3F 42 0 4B 4A 0 167 64 3E
Octal 377 77 102 0 113 112 0 547 144 76
Binary 11111111 111111 1000010 0 1001011 1001010 0 101100111 1100100 111110

Color Harmonies of #FF3F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3F42

Black with #FF3F42

Text Example


Text Example

White with #FF3F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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