Html Css Color HEX #FF196B Radical Red

📋 copy color: '#FF196B'

red 255 ◦ green 25 ◦ blue 107

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

Shades of Radical Red #FF196B

Tints of Radical Red #FF196B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.46%

 BLUE value IS 107 (42.19% from 255) = 27.65%

R = 65.89%
G = 6.46%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF196B (or 0xFF196B) is known color: Radical Red. HEX triplet: FF, 19 and 6B. RGB value is (255,25,107). Sum of RGB (Red+Green+Blue) = 255+25+107=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF196B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF196B is #00E694. Grayscale: #676767. Windows color (decimal): -59029 or 7019007. OLE color: 7019007.

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

Color convert

RGB 255 25 107 -
CMYK 0 0.90 0.58 0
HSL 338.61º 1% 0.55% -
HSV(B) 338.61º 0.9% 1% -
XYZ 44.24 23.02 16.02 -
YUV 103.12 130.2 236.33 -
System Red Green Blue C M Y K H S L
Decimal 255 25 107 0 0.90 0.58 0 338.61 1 0.55
Hex FF 19 6B 0 5A 3A 0 153 64 37
Octal 377 31 153 0 132 72 0 523 144 67
Binary 11111111 11001 1101011 0 1011010 111010 0 101010011 1100100 110111

Color Harmonies of #FF196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF196B

Black with #FF196B

Text Example


Text Example

White with #FF196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF196B; }

 p { color: rgb(255,25,107); }

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

background-color css

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

 a { background-color: rgb(255,25,107); }

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

border-color css

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

 span { border-color: rgb(255,25,107); }

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