Html Css Color HEX #F4195D Ruby

📋 copy color: '#F4195D'

red 244 ◦ green 25 ◦ blue 93

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

Shades of Ruby #F4195D

Tints of Ruby #F4195D

RGB

 RED value IS 244 (95.7% from 255) = 67.4%

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

 BLUE value IS 93 (36.72% from 255) = 25.69%

R = 67.4%
G = 6.91%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F4195D (or 0xF4195D) is known color: Ruby. HEX triplet: F4, 19 and 5D. RGB value is (244,25,93). Sum of RGB (Red+Green+Blue) = 244+25+93=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F4195D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4195D is #0BE6A2. Grayscale: #626262. Windows color (decimal): -779939 or 6101492. OLE color: 6101492.

HSL color Cylindrical-coordinate representation of color #F4195D: hue angle of 341.37º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4195D is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 25 93 -
CMYK 0 0.90 0.62 0.04
HSL 341.37º 0.91% 0.53% -
HSV(B) 341.37º 0.9% 0.96% -
XYZ 39.63 20.72 12.27 -
YUV 98.23 125.05 231.97 -
System Red Green Blue C M Y K H S L
Decimal 244 25 93 0 0.90 0.62 0.04 341.37 0.91 0.53
Hex F4 19 5D 0 5A 3E 4 155 5B 35
Octal 364 31 135 0 132 76 4 525 133 65
Binary 11110100 11001 1011101 0 1011010 111110 100 101010101 1011011 110101

Color Harmonies of #F4195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4195D

Black with #F4195D

Text Example


Text Example

White with #F4195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4195D; }

 p { color: rgb(244,25,93); }

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

background-color css

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

 a { background-color: rgb(244,25,93); }

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

border-color css

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

 span { border-color: rgb(244,25,93); }

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