Html Css Color HEX #FA2A8B Wild Strawberry

📋 copy color: '#FA2A8B'

red 250 ◦ green 42 ◦ blue 139

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

Shades of Wild Strawberry #FA2A8B

Tints of Wild Strawberry #FA2A8B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.74%

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

R = 58%
G = 9.74%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA2A8B (or 0xFA2A8B) is known color: Wild Strawberry. HEX triplet: FA, 2A and 8B. RGB value is (250,42,139). Sum of RGB (Red+Green+Blue) = 250+42+139=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2A8B is #05D574. Grayscale: #737373. Windows color (decimal): -382325 or 9120506. OLE color: 9120506.

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

Color convert

RGB 250 42 139 -
CMYK 0 0.83 0.44 0.02
HSL 332.02º 0.95% 0.57% -
HSV(B) 332.02º 0.83% 0.98% -
XYZ 44.91 23.84 26.66 -
YUV 115.25 141.41 224.11 -
System Red Green Blue C M Y K H S L
Decimal 250 42 139 0 0.83 0.44 0.02 332.02 0.95 0.57
Hex FA 2A 8B 0 53 2C 2 14C 5F 39
Octal 372 52 213 0 123 54 2 514 137 71
Binary 11111010 101010 10001011 0 1010011 101100 10 101001100 1011111 111001

Color Harmonies of #FA2A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2A8B

Black with #FA2A8B

Text Example


Text Example

White with #FA2A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2A8B; }

 p { color: rgb(250,42,139); }

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

background-color css

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

 a { background-color: rgb(250,42,139); }

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

border-color css

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

 span { border-color: rgb(250,42,139); }

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