Html Css Color HEX #F140A6 Wild Strawberry

📋 copy color: '#F140A6'

red 241 ◦ green 64 ◦ blue 166

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

Shades of Wild Strawberry #F140A6

Tints of Wild Strawberry #F140A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.24%

R = 51.17%
G = 13.59%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F140A6 (or 0xF140A6) is known color: Wild Strawberry. HEX triplet: F1, 40 and A6. RGB value is (241,64,166). Sum of RGB (Red+Green+Blue) = 241+64+166=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F140A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F140A6 is #0EBF59. Grayscale: #808080. Windows color (decimal): -966490 or 10895601. OLE color: 10895601.

HSL color Cylindrical-coordinate representation of color #F140A6: hue angle of 325.42º 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 #F140A6 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 64 166 -
CMYK 0 0.73 0.31 0.05
HSL 325.42º 0.86% 0.6% -
HSV(B) 325.42º 0.73% 0.95% -
XYZ 44.99 25.12 38.55 -
YUV 128.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 241 64 166 0 0.73 0.31 0.05 325.42 0.86 0.6
Hex F1 40 A6 0 49 1F 5 145 56 3C
Octal 361 100 246 0 111 37 5 505 126 74
Binary 11110001 1000000 10100110 0 1001001 11111 101 101000101 1010110 111100

Color Harmonies of #F140A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F140A6

Black with #F140A6

Text Example


Text Example

White with #F140A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F140A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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