Html Css Color HEX #FF1F6F Radical Red

📋 copy color: '#FF1F6F'

red 255 ◦ green 31 ◦ blue 111

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

Shades of Radical Red #FF1F6F

Tints of Radical Red #FF1F6F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.81%

 BLUE value IS 111 (43.75% from 255) = 27.96%

R = 64.23%
G = 7.81%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF1F6F (or 0xFF1F6F) is known color: Radical Red. HEX triplet: FF, 1F and 6F. RGB value is (255,31,111). Sum of RGB (Red+Green+Blue) = 255+31+111=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1F6F is #00E090. Grayscale: #6B6B6B. Windows color (decimal): -57489 or 7282687. OLE color: 7282687.

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

Color convert

RGB 255 31 111 -
CMYK 0 0.88 0.56 0
HSL 338.57º 1% 0.56% -
HSV(B) 338.57º 0.88% 1% -
XYZ 44.6 23.39 17.2 -
YUV 107.1 130.21 233.5 -
System Red Green Blue C M Y K H S L
Decimal 255 31 111 0 0.88 0.56 0 338.57 1 0.56
Hex FF 1F 6F 0 58 38 0 153 64 38
Octal 377 37 157 0 130 70 0 523 144 70
Binary 11111111 11111 1101111 0 1011000 111000 0 101010011 1100100 111000

Color Harmonies of #FF1F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1F6F

Black with #FF1F6F

Text Example


Text Example

White with #FF1F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1F6F; }

 p { color: rgb(255,31,111); }

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

background-color css

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

 a { background-color: rgb(255,31,111); }

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

border-color css

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

 span { border-color: rgb(255,31,111); }

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