Html Css Color HEX #F138A3 Wild Strawberry

📋 copy color: '#F138A3'

red 241 ◦ green 56 ◦ blue 163

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

Shades of Wild Strawberry #F138A3

Tints of Wild Strawberry #F138A3

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.17%

 BLUE value IS 163 (64.06% from 255) = 35.43%

R = 52.39%
G = 12.17%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F138A3 (or 0xF138A3) is known color: Wild Strawberry. HEX triplet: F1, 38 and A3. RGB value is (241,56,163). Sum of RGB (Red+Green+Blue) = 241+56+163=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F138A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F138A3 is #0EC75C. Grayscale: #7B7B7B. Windows color (decimal): -968541 or 10696945. OLE color: 10696945.

HSL color Cylindrical-coordinate representation of color #F138A3: hue angle of 325.3º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F138A3 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 56 163 -
CMYK 0 0.77 0.32 0.05
HSL 325.3º 0.87% 0.58% -
HSV(B) 325.3º 0.77% 0.95% -
XYZ 44.3 24.17 36.98 -
YUV 123.51 150.29 211.8 -
System Red Green Blue C M Y K H S L
Decimal 241 56 163 0 0.77 0.32 0.05 325.3 0.87 0.58
Hex F1 38 A3 0 4D 20 5 145 57 3A
Octal 361 70 243 0 115 40 5 505 127 72
Binary 11110001 111000 10100011 0 1001101 100000 101 101000101 1010111 111010

Color Harmonies of #F138A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138A3

Black with #F138A3

Text Example


Text Example

White with #F138A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138A3; }

 p { color: rgb(241,56,163); }

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

background-color css

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

 a { background-color: rgb(241,56,163); }

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

border-color css

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

 span { border-color: rgb(241,56,163); }

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