Html Css Color HEX #F0195B Ruby

📋 copy color: '#F0195B'

red 240 ◦ green 25 ◦ blue 91

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

Shades of Ruby #F0195B

Tints of Ruby #F0195B

RGB

 RED value IS 240 (94.14% from 255) = 67.42%

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

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

R = 67.42%
G = 7.02%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0195B (or 0xF0195B) is known color: Ruby. HEX triplet: F0, 19 and 5B. RGB value is (240,25,91). Sum of RGB (Red+Green+Blue) = 240+25+91=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0195B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0195B is #0FE6A4. Grayscale: #606060. Windows color (decimal): -1042085 or 5970416. OLE color: 5970416.

HSL color Cylindrical-coordinate representation of color #F0195B: hue angle of 341.58º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0195B is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 25 91 -
CMYK 0 0.90 0.62 0.06
HSL 341.58º 0.88% 0.52% -
HSV(B) 341.58º 0.9% 0.94% -
XYZ 38.17 19.98 11.74 -
YUV 96.81 124.73 230.13 -
System Red Green Blue C M Y K H S L
Decimal 240 25 91 0 0.90 0.62 0.06 341.58 0.88 0.52
Hex F0 19 5B 0 5A 3E 6 156 58 34
Octal 360 31 133 0 132 76 6 526 130 64
Binary 11110000 11001 1011011 0 1011010 111110 110 101010110 1011000 110100

Color Harmonies of #F0195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0195B

Black with #F0195B

Text Example


Text Example

White with #F0195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0195B; }

 p { color: rgb(240,25,91); }

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

background-color css

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

 a { background-color: rgb(240,25,91); }

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

border-color css

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

 span { border-color: rgb(240,25,91); }

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