Html Css Color HEX #F4278C Wild Strawberry

📋 copy color: '#F4278C'

red 244 ◦ green 39 ◦ blue 140

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

Shades of Wild Strawberry #F4278C

Tints of Wild Strawberry #F4278C

RGB

 RED value IS 244 (95.7% from 255) = 57.68%

 GREEN value IS 39 (15.63% from 255) = 9.22%

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 57.68%
G = 9.22%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4278C (or 0xF4278C) is known color: Wild Strawberry. HEX triplet: F4, 27 and 8C. RGB value is (244,39,140). Sum of RGB (Red+Green+Blue) = 244+39+140=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F4278C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4278C is #0BD873. Grayscale: #6F6F6F. Windows color (decimal): -776308 or 9185268. OLE color: 9185268.

HSL color Cylindrical-coordinate representation of color #F4278C: hue angle of 330.44º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4278C is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 39 140 -
CMYK 0 0.84 0.43 0.04
HSL 330.44º 0.9% 0.55% -
HSV(B) 330.44º 0.84% 0.96% -
XYZ 42.77 22.58 26.91 -
YUV 111.81 143.92 222.29 -
System Red Green Blue C M Y K H S L
Decimal 244 39 140 0 0.84 0.43 0.04 330.44 0.9 0.55
Hex F4 27 8C 0 54 2B 4 14A 5A 37
Octal 364 47 214 0 124 53 4 512 132 67
Binary 11110100 100111 10001100 0 1010100 101011 100 101001010 1011010 110111

Color Harmonies of #F4278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4278C

Black with #F4278C

Text Example


Text Example

White with #F4278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4278C; }

 p { color: rgb(244,39,140); }

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

background-color css

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

 a { background-color: rgb(244,39,140); }

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

border-color css

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

 span { border-color: rgb(244,39,140); }

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