Html Css Color HEX #F0268E Wild Strawberry

📋 copy color: '#F0268E'

red 240 ◦ green 38 ◦ blue 142

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

Shades of Wild Strawberry #F0268E

Tints of Wild Strawberry #F0268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.81%

R = 57.14%
G = 9.05%
B = 33.81%

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

#F0268E (or 0xF0268E) is known color: Wild Strawberry. HEX triplet: F0, 26 and 8E. RGB value is (240,38,142). Sum of RGB (Red+Green+Blue) = 240+38+142=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0268E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0268E is #0FD971. Grayscale: #6E6E6E. Windows color (decimal): -1038706 or 9316080. OLE color: 9316080.

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

Color convert

RGB 240 38 142 -
CMYK 0 0.84 0.41 0.06
HSL 329.11º 0.87% 0.55% -
HSV(B) 329.11º 0.84% 0.94% -
XYZ 41.51 21.86 27.62 -
YUV 110.25 145.92 220.54 -
System Red Green Blue C M Y K H S L
Decimal 240 38 142 0 0.84 0.41 0.06 329.11 0.87 0.55
Hex F0 26 8E 0 54 29 6 149 57 37
Octal 360 46 216 0 124 51 6 511 127 67
Binary 11110000 100110 10001110 0 1010100 101001 110 101001001 1010111 110111

Color Harmonies of #F0268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0268E

Black with #F0268E

Text Example


Text Example

White with #F0268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0268E; }

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

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

background-color css

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

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

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

border-color css

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

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

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