Html Css Color HEX #F21965 Ruby

📋 copy color: '#F21965'

red 242 ◦ green 25 ◦ blue 101

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

Shades of Ruby #F21965

Tints of Ruby #F21965

RGB

 RED value IS 242 (94.92% from 255) = 65.76%

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

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 65.76%
G = 6.79%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F21965 (or 0xF21965) is known color: Ruby. HEX triplet: F2, 19 and 65. RGB value is (242,25,101). Sum of RGB (Red+Green+Blue) = 242+25+101=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F21965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21965 is #0DE69A. Grayscale: #626262. Windows color (decimal): -911003 or 6625778. OLE color: 6625778.

HSL color Cylindrical-coordinate representation of color #F21965: hue angle of 338.99º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21965 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 25 101 -
CMYK 0 0.90 0.58 0.05
HSL 338.99º 0.89% 0.52% -
HSV(B) 338.99º 0.9% 0.95% -
XYZ 39.31 20.51 14.2 -
YUV 98.55 129.39 230.32 -
System Red Green Blue C M Y K H S L
Decimal 242 25 101 0 0.90 0.58 0.05 338.99 0.89 0.52
Hex F2 19 65 0 5A 3A 5 153 59 34
Octal 362 31 145 0 132 72 5 523 131 64
Binary 11110010 11001 1100101 0 1011010 111010 101 101010011 1011001 110100

Color Harmonies of #F21965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21965

Black with #F21965

Text Example


Text Example

White with #F21965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21965; }

 p { color: rgb(242,25,101); }

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

background-color css

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

 a { background-color: rgb(242,25,101); }

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

border-color css

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

 span { border-color: rgb(242,25,101); }

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