Html Css Color HEX #F0195C Ruby

📋 copy color: '#F0195C'

red 240 ◦ green 25 ◦ blue 92

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

Shades of Ruby #F0195C

Tints of Ruby #F0195C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.77%

R = 67.23%
G = 7%
B = 25.77%

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

#F0195C (or 0xF0195C) is known color: Ruby. HEX triplet: F0, 19 and 5C. RGB value is (240,25,92). Sum of RGB (Red+Green+Blue) = 240+25+92=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F0195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0195C is #0FE6A3. Grayscale: #606060. Windows color (decimal): -1042084 or 6035952. OLE color: 6035952.

HSL color Cylindrical-coordinate representation of color #F0195C: hue angle of 341.3º 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 #F0195C is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 25 92 -
CMYK 0 0.90 0.62 0.06
HSL 341.3º 0.88% 0.52% -
HSV(B) 341.3º 0.9% 0.94% -
XYZ 38.21 19.99 11.97 -
YUV 96.92 125.23 230.05 -
System Red Green Blue C M Y K H S L
Decimal 240 25 92 0 0.90 0.62 0.06 341.3 0.88 0.52
Hex F0 19 5C 0 5A 3E 6 155 58 34
Octal 360 31 134 0 132 76 6 525 130 64
Binary 11110000 11001 1011100 0 1011010 111110 110 101010101 1011000 110100

Color Harmonies of #F0195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0195C

Black with #F0195C

Text Example


Text Example

White with #F0195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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