Html Css Color HEX #F0268D Wild Strawberry

📋 copy color: '#F0268D'

red 240 ◦ green 38 ◦ blue 141

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

Shades of Wild Strawberry #F0268D

Tints of Wild Strawberry #F0268D

RGB

 RED value IS 240 (94.14% from 255) = 57.28%

 GREEN value IS 38 (15.23% from 255) = 9.07%

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

R = 57.28%
G = 9.07%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0268D (or 0xF0268D) is known color: Wild Strawberry. HEX triplet: F0, 26 and 8D. RGB value is (240,38,141). Sum of RGB (Red+Green+Blue) = 240+38+141=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0268D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0268D is #0FD972. Grayscale: #6D6D6D. Windows color (decimal): -1038707 or 9250544. OLE color: 9250544.

HSL color Cylindrical-coordinate representation of color #F0268D: hue angle of 329.41º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0268D is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 38 141 -
CMYK 0 0.84 0.41 0.06
HSL 329.41º 0.87% 0.55% -
HSV(B) 329.41º 0.84% 0.94% -
XYZ 41.44 21.83 27.23 -
YUV 110.14 145.42 220.62 -
System Red Green Blue C M Y K H S L
Decimal 240 38 141 0 0.84 0.41 0.06 329.41 0.87 0.55
Hex F0 26 8D 0 54 29 6 149 57 37
Octal 360 46 215 0 124 51 6 511 127 67
Binary 11110000 100110 10001101 0 1010100 101001 110 101001001 1010111 110111

Color Harmonies of #F0268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0268D

Black with #F0268D

Text Example


Text Example

White with #F0268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0268D; }

 p { color: rgb(240,38,141); }

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

background-color css

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

 a { background-color: rgb(240,38,141); }

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

border-color css

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

 span { border-color: rgb(240,38,141); }

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