Html Css Color HEX #FA93CF Tea Rose

📋 copy color: '#FA93CF'

red 250 ◦ green 147 ◦ blue 207

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

Shades of Tea Rose #FA93CF

Tints of Tea Rose #FA93CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.34%

 BLUE value IS 207 (81.25% from 255) = 34.27%

R = 41.39%
G = 24.34%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA93CF (or 0xFA93CF) is known color: Tea Rose. HEX triplet: FA, 93 and CF. RGB value is (250,147,207). Sum of RGB (Red+Green+Blue) = 250+147+207=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 147 (57.81% from 255 or 24.34% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93CF is #056C30. Grayscale: #B8B8B8. Windows color (decimal): -355377 or 13603834. OLE color: 13603834.

HSL color Cylindrical-coordinate representation of color #FA93CF: hue angle of 325.05º 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 #FA93CF is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 147 207 -
CMYK 0 0.41 0.17 0.02
HSL 325.05º 0.91% 0.78% -
HSV(B) 325.05º 0.41% 0.98% -
XYZ 61.12 45.7 64.63 -
YUV 184.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 250 147 207 0 0.41 0.17 0.02 325.05 0.91 0.78
Hex FA 93 CF 0 29 11 2 145 5B 4E
Octal 372 223 317 0 51 21 2 505 133 116
Binary 11111010 10010011 11001111 0 101001 10001 10 101000101 1011011 1001110

Color Harmonies of #FA93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA93CF

Black with #FA93CF

Text Example


Text Example

White with #FA93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA93CF; }

 p { color: rgb(250,147,207); }

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

background-color css

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

 a { background-color: rgb(250,147,207); }

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

border-color css

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

 span { border-color: rgb(250,147,207); }

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