Html Css Color HEX #F9348B Wild Strawberry

📋 copy color: '#F9348B'

red 249 ◦ green 52 ◦ blue 139

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

Shades of Wild Strawberry #F9348B

Tints of Wild Strawberry #F9348B

RGB

 RED value IS 249 (97.66% from 255) = 56.59%

 GREEN value IS 52 (20.7% from 255) = 11.82%

 BLUE value IS 139 (54.69% from 255) = 31.59%

R = 56.59%
G = 11.82%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9348B (or 0xF9348B) is known color: Wild Strawberry. HEX triplet: F9, 34 and 8B. RGB value is (249,52,139). Sum of RGB (Red+Green+Blue) = 249+52+139=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9348B is #06CB74. Grayscale: #787878. Windows color (decimal): -445301 or 9123065. OLE color: 9123065.

HSL color Cylindrical-coordinate representation of color #F9348B: hue angle of 333.5º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F9348B is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 52 139 -
CMYK 0 0.79 0.44 0.02
HSL 333.5º 0.94% 0.59% -
HSV(B) 333.5º 0.79% 0.98% -
XYZ 44.96 24.46 26.78 -
YUV 120.82 138.27 219.43 -
System Red Green Blue C M Y K H S L
Decimal 249 52 139 0 0.79 0.44 0.02 333.5 0.94 0.59
Hex F9 34 8B 0 4F 2C 2 14E 5E 3B
Octal 371 64 213 0 117 54 2 516 136 73
Binary 11111001 110100 10001011 0 1001111 101100 10 101001110 1011110 111011

Color Harmonies of #F9348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9348B

Black with #F9348B

Text Example


Text Example

White with #F9348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9348B; }

 p { color: rgb(249,52,139); }

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

background-color css

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

 a { background-color: rgb(249,52,139); }

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

border-color css

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

 span { border-color: rgb(249,52,139); }

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