Html Css Color HEX #F140A0 Wild Strawberry

📋 copy color: '#F140A0'

red 241 ◦ green 64 ◦ blue 160

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

Shades of Wild Strawberry #F140A0

Tints of Wild Strawberry #F140A0

RGB

 RED value IS 241 (94.53% from 255) = 51.83%

 GREEN value IS 64 (25.39% from 255) = 13.76%

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 51.83%
G = 13.76%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F140A0 (or 0xF140A0) is known color: Wild Strawberry. HEX triplet: F1, 40 and A0. RGB value is (241,64,160). Sum of RGB (Red+Green+Blue) = 241+64+160=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F140A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F140A0 is #0EBF5F. Grayscale: #7F7F7F. Windows color (decimal): -966496 or 10502385. OLE color: 10502385.

HSL color Cylindrical-coordinate representation of color #F140A0: hue angle of 327.46º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F140A0 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 64 160 -
CMYK 0 0.73 0.34 0.05
HSL 327.46º 0.86% 0.6% -
HSV(B) 327.46º 0.73% 0.95% -
XYZ 44.45 24.91 35.72 -
YUV 127.87 146.14 208.69 -
System Red Green Blue C M Y K H S L
Decimal 241 64 160 0 0.73 0.34 0.05 327.46 0.86 0.6
Hex F1 40 A0 0 49 22 5 147 56 3C
Octal 361 100 240 0 111 42 5 507 126 74
Binary 11110001 1000000 10100000 0 1001001 100010 101 101000111 1010110 111100

Color Harmonies of #F140A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F140A0

Black with #F140A0

Text Example


Text Example

White with #F140A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F140A0; }

 p { color: rgb(241,64,160); }

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

background-color css

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

 a { background-color: rgb(241,64,160); }

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

border-color css

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

 span { border-color: rgb(241,64,160); }

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