Html Css Color HEX #FA90C2 Tea Rose

📋 copy color: '#FA90C2'

red 250 ◦ green 144 ◦ blue 194

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

Shades of Tea Rose #FA90C2

Tints of Tea Rose #FA90C2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.49%

 BLUE value IS 194 (76.17% from 255) = 32.99%

R = 42.52%
G = 24.49%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA90C2 (or 0xFA90C2) is known color: Tea Rose. HEX triplet: FA, 90 and C2. RGB value is (250,144,194). Sum of RGB (Red+Green+Blue) = 250+144+194=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA90C2 is #056F3D. Grayscale: #B5B5B5. Windows color (decimal): -356158 or 12751098. OLE color: 12751098.

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

Color convert

RGB 250 144 194 -
CMYK 0 0.42 0.22 0.02
HSL 331.7º 0.91% 0.77% -
HSV(B) 331.7º 0.42% 0.98% -
XYZ 59.14 44.17 56.45 -
YUV 181.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 250 144 194 0 0.42 0.22 0.02 331.7 0.91 0.77
Hex FA 90 C2 0 2A 16 2 14C 5B 4D
Octal 372 220 302 0 52 26 2 514 133 115
Binary 11111010 10010000 11000010 0 101010 10110 10 101001100 1011011 1001101

Color Harmonies of #FA90C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA90C2

Black with #FA90C2

Text Example


Text Example

White with #FA90C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA90C2; }

 p { color: rgb(250,144,194); }

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

background-color css

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

 a { background-color: rgb(250,144,194); }

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

border-color css

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

 span { border-color: rgb(250,144,194); }

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