Html Css Color HEX #F8338F Wild Strawberry

📋 copy color: '#F8338F'

red 248 ◦ green 51 ◦ blue 143

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

Shades of Wild Strawberry #F8338F

Tints of Wild Strawberry #F8338F

RGB

 RED value IS 248 (97.27% from 255) = 56.11%

 GREEN value IS 51 (20.31% from 255) = 11.54%

 BLUE value IS 143 (56.25% from 255) = 32.35%

R = 56.11%
G = 11.54%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8338F (or 0xF8338F) is known color: Wild Strawberry. HEX triplet: F8, 33 and 8F. RGB value is (248,51,143). Sum of RGB (Red+Green+Blue) = 248+51+143=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8338F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8338F is #07CC70. Grayscale: #787878. Windows color (decimal): -511089 or 9384952. OLE color: 9384952.

HSL color Cylindrical-coordinate representation of color #F8338F: hue angle of 331.98º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8338F is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 51 143 -
CMYK 0 0.79 0.42 0.03
HSL 331.98º 0.93% 0.59% -
HSV(B) 331.98º 0.79% 0.97% -
XYZ 44.85 24.31 28.31 -
YUV 120.39 140.77 219.02 -
System Red Green Blue C M Y K H S L
Decimal 248 51 143 0 0.79 0.42 0.03 331.98 0.93 0.59
Hex F8 33 8F 0 4F 2A 3 14C 5D 3B
Octal 370 63 217 0 117 52 3 514 135 73
Binary 11111000 110011 10001111 0 1001111 101010 11 101001100 1011101 111011

Color Harmonies of #F8338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8338F

Black with #F8338F

Text Example


Text Example

White with #F8338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8338F; }

 p { color: rgb(248,51,143); }

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

background-color css

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

 a { background-color: rgb(248,51,143); }

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

border-color css

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

 span { border-color: rgb(248,51,143); }

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