Html Css Color HEX #FA348A Wild Strawberry

📋 copy color: '#FA348A'

red 250 ◦ green 52 ◦ blue 138

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

Shades of Wild Strawberry #FA348A

Tints of Wild Strawberry #FA348A

RGB

 RED value IS 250 (98.05% from 255) = 56.82%

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

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 56.82%
G = 11.82%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA348A (or 0xFA348A) is known color: Wild Strawberry. HEX triplet: FA, 34 and 8A. RGB value is (250,52,138). Sum of RGB (Red+Green+Blue) = 250+52+138=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA348A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA348A is #05CB75. Grayscale: #787878. Windows color (decimal): -379766 or 9057530. OLE color: 9057530.

HSL color Cylindrical-coordinate representation of color #FA348A: hue angle of 333.94º degrees, saturation: 0.95, 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 #FA348A is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 52 138 -
CMYK 0 0.79 0.45 0.02
HSL 333.94º 0.95% 0.59% -
HSV(B) 333.94º 0.79% 0.98% -
XYZ 45.24 24.61 26.41 -
YUV 121.01 137.6 220.01 -
System Red Green Blue C M Y K H S L
Decimal 250 52 138 0 0.79 0.45 0.02 333.94 0.95 0.59
Hex FA 34 8A 0 4F 2D 2 14E 5F 3B
Octal 372 64 212 0 117 55 2 516 137 73
Binary 11111010 110100 10001010 0 1001111 101101 10 101001110 1011111 111011

Color Harmonies of #FA348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA348A

Black with #FA348A

Text Example


Text Example

White with #FA348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA348A; }

 p { color: rgb(250,52,138); }

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

background-color css

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

 a { background-color: rgb(250,52,138); }

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

border-color css

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

 span { border-color: rgb(250,52,138); }

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