Html Css Color HEX #F02075 Ruby

📋 copy color: '#F02075'

red 240 ◦ green 32 ◦ blue 117

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

Shades of Ruby #F02075

Tints of Ruby #F02075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.23%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 61.7%
G = 8.23%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F02075 (or 0xF02075) is known color: Ruby. HEX triplet: F0, 20 and 75. RGB value is (240,32,117). Sum of RGB (Red+Green+Blue) = 240+32+117=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F02075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02075 is #0FDF8A. Grayscale: #676767. Windows color (decimal): -1040267 or 7676144. OLE color: 7676144.

HSL color Cylindrical-coordinate representation of color #F02075: hue angle of 335.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02075 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 32 117 -
CMYK 0 0.87 0.51 0.06
HSL 335.48º 0.87% 0.53% -
HSV(B) 335.48º 0.87% 0.94% -
XYZ 39.66 20.84 18.76 -
YUV 103.88 135.41 225.09 -
System Red Green Blue C M Y K H S L
Decimal 240 32 117 0 0.87 0.51 0.06 335.48 0.87 0.53
Hex F0 20 75 0 57 33 6 14F 57 35
Octal 360 40 165 0 127 63 6 517 127 65
Binary 11110000 100000 1110101 0 1010111 110011 110 101001111 1010111 110101

Color Harmonies of #F02075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02075

Black with #F02075

Text Example


Text Example

White with #F02075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02075; }

 p { color: rgb(240,32,117); }

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

background-color css

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

 a { background-color: rgb(240,32,117); }

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

border-color css

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

 span { border-color: rgb(240,32,117); }

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