Html Css Color HEX #F1419B Wild Strawberry

📋 copy color: '#F1419B'

red 241 ◦ green 65 ◦ blue 155

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

Shades of Wild Strawberry #F1419B

Tints of Wild Strawberry #F1419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.1%

 BLUE value IS 155 (60.94% from 255) = 33.62%

R = 52.28%
G = 14.1%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1419B (or 0xF1419B) is known color: Wild Strawberry. HEX triplet: F1, 41 and 9B. RGB value is (241,65,155). Sum of RGB (Red+Green+Blue) = 241+65+155=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1419B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1419B is #0EBE64. Grayscale: #7F7F7F. Windows color (decimal): -966245 or 10174961. OLE color: 10174961.

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

Color convert

RGB 241 65 155 -
CMYK 0 0.73 0.36 0.05
HSL 329.32º 0.86% 0.6% -
HSV(B) 329.32º 0.73% 0.95% -
XYZ 44.08 24.85 33.48 -
YUV 127.88 143.31 208.68 -
System Red Green Blue C M Y K H S L
Decimal 241 65 155 0 0.73 0.36 0.05 329.32 0.86 0.6
Hex F1 41 9B 0 49 24 5 149 56 3C
Octal 361 101 233 0 111 44 5 511 126 74
Binary 11110001 1000001 10011011 0 1001001 100100 101 101001001 1010110 111100

Color Harmonies of #F1419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1419B

Black with #F1419B

Text Example


Text Example

White with #F1419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1419B; }

 p { color: rgb(241,65,155); }

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

background-color css

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

 a { background-color: rgb(241,65,155); }

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

border-color css

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

 span { border-color: rgb(241,65,155); }

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