Html Css Color HEX #F4278D Wild Strawberry

📋 copy color: '#F4278D'

red 244 ◦ green 39 ◦ blue 141

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

Shades of Wild Strawberry #F4278D

Tints of Wild Strawberry #F4278D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 57.55%
G = 9.2%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F4278D (or 0xF4278D) is known color: Wild Strawberry. HEX triplet: F4, 27 and 8D. RGB value is (244,39,141). Sum of RGB (Red+Green+Blue) = 244+39+141=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F4278D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4278D is #0BD872. Grayscale: #6F6F6F. Windows color (decimal): -776307 or 9250804. OLE color: 9250804.

HSL color Cylindrical-coordinate representation of color #F4278D: hue angle of 330.15º 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 #F4278D is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 39 141 -
CMYK 0 0.84 0.42 0.04
HSL 330.15º 0.9% 0.55% -
HSV(B) 330.15º 0.84% 0.96% -
XYZ 42.84 22.61 27.3 -
YUV 111.92 144.42 222.21 -
System Red Green Blue C M Y K H S L
Decimal 244 39 141 0 0.84 0.42 0.04 330.15 0.9 0.55
Hex F4 27 8D 0 54 2A 4 14A 5A 37
Octal 364 47 215 0 124 52 4 512 132 67
Binary 11110100 100111 10001101 0 1010100 101010 100 101001010 1011010 110111

Color Harmonies of #F4278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4278D

Black with #F4278D

Text Example


Text Example

White with #F4278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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