Html Css Color HEX #FA94C1 Tea Rose

📋 copy color: '#FA94C1'

red 250 ◦ green 148 ◦ blue 193

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

Shades of Tea Rose #FA94C1

Tints of Tea Rose #FA94C1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.04%

 BLUE value IS 193 (75.78% from 255) = 32.66%

R = 42.3%
G = 25.04%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA94C1 (or 0xFA94C1) is known color: Tea Rose. HEX triplet: FA, 94 and C1. RGB value is (250,148,193). Sum of RGB (Red+Green+Blue) = 250+148+193=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA94C1 is #056B3E. Grayscale: #B7B7B7. Windows color (decimal): -355135 or 12686586. OLE color: 12686586.

HSL color Cylindrical-coordinate representation of color #FA94C1: hue angle of 333.53º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA94C1 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 148 193 -
CMYK 0 0.41 0.23 0.02
HSL 333.53º 0.91% 0.78% -
HSV(B) 333.53º 0.41% 0.98% -
XYZ 59.64 45.35 56.06 -
YUV 183.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 250 148 193 0 0.41 0.23 0.02 333.53 0.91 0.78
Hex FA 94 C1 0 29 17 2 14E 5B 4E
Octal 372 224 301 0 51 27 2 516 133 116
Binary 11111010 10010100 11000001 0 101001 10111 10 101001110 1011011 1001110

Color Harmonies of #FA94C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA94C1

Black with #FA94C1

Text Example


Text Example

White with #FA94C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA94C1; }

 p { color: rgb(250,148,193); }

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

background-color css

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

 a { background-color: rgb(250,148,193); }

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

border-color css

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

 span { border-color: rgb(250,148,193); }

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