Html Css Color HEX #FA2F92 Wild Strawberry

📋 copy color: '#FA2F92'

red 250 ◦ green 47 ◦ blue 146

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

Shades of Wild Strawberry #FA2F92

Tints of Wild Strawberry #FA2F92

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.61%

 BLUE value IS 146 (57.42% from 255) = 32.96%

R = 56.43%
G = 10.61%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA2F92 (or 0xFA2F92) is known color: Wild Strawberry. HEX triplet: FA, 2F and 92. RGB value is (250,47,146). Sum of RGB (Red+Green+Blue) = 250+47+146=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2F92 is #05D06D. Grayscale: #767676. Windows color (decimal): -381038 or 9580538. OLE color: 9580538.

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

Color convert

RGB 250 47 146 -
CMYK 0 0.81 0.42 0.02
HSL 330.74º 0.95% 0.58% -
HSV(B) 330.74º 0.81% 0.98% -
XYZ 45.63 24.43 29.51 -
YUV 118.98 143.25 221.45 -
System Red Green Blue C M Y K H S L
Decimal 250 47 146 0 0.81 0.42 0.02 330.74 0.95 0.58
Hex FA 2F 92 0 51 2A 2 14B 5F 3A
Octal 372 57 222 0 121 52 2 513 137 72
Binary 11111010 101111 10010010 0 1010001 101010 10 101001011 1011111 111010

Color Harmonies of #FA2F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F92

Black with #FA2F92

Text Example


Text Example

White with #FA2F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F92; }

 p { color: rgb(250,47,146); }

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

background-color css

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

 a { background-color: rgb(250,47,146); }

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

border-color css

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

 span { border-color: rgb(250,47,146); }

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