Html Css Color HEX #F30D77 Ruby

📋 copy color: '#F30D77'

red 243 ◦ green 13 ◦ blue 119

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

Shades of Ruby #F30D77

Tints of Ruby #F30D77

RGB

 RED value IS 243 (95.31% from 255) = 64.8%

 GREEN value IS 13 (5.47% from 255) = 3.47%

 BLUE value IS 119 (46.88% from 255) = 31.73%

R = 64.8%
G = 3.47%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F30D77 (or 0xF30D77) is known color: Ruby. HEX triplet: F3, 0D and 77. RGB value is (243,13,119). Sum of RGB (Red+Green+Blue) = 243+13+119=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F30D77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30D77 is #0CF288. Grayscale: #5D5D5D. Windows color (decimal): -848521 or 7802355. OLE color: 7802355.

HSL color Cylindrical-coordinate representation of color #F30D77: hue angle of 332.35º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30D77 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 13 119 -
CMYK 0 0.95 0.51 0.05
HSL 332.35º 0.91% 0.5% -
HSV(B) 332.35º 0.95% 0.95% -
XYZ 40.44 20.67 19.31 -
YUV 93.85 142.2 234.38 -
System Red Green Blue C M Y K H S L
Decimal 243 13 119 0 0.95 0.51 0.05 332.35 0.91 0.5
Hex F3 D 77 0 5F 33 5 14C 5B 32
Octal 363 15 167 0 137 63 5 514 133 62
Binary 11110011 1101 1110111 0 1011111 110011 101 101001100 1011011 110010

Color Harmonies of #F30D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30D77

Black with #F30D77

Text Example


Text Example

White with #F30D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30D77; }

 p { color: rgb(243,13,119); }

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

background-color css

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

 a { background-color: rgb(243,13,119); }

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

border-color css

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

 span { border-color: rgb(243,13,119); }

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