Html Css Color HEX #FF90D4 Tea Rose

📋 copy color: '#FF90D4'

red 255 ◦ green 144 ◦ blue 212

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

Shades of Tea Rose #FF90D4

Tints of Tea Rose #FF90D4

RGB

 RED value IS 255 (100% from 255) = 41.73%

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

 BLUE value IS 212 (83.2% from 255) = 34.7%

R = 41.73%
G = 23.57%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF90D4 (or 0xFF90D4) is known color: Tea Rose. HEX triplet: FF, 90 and D4. RGB value is (255,144,212). Sum of RGB (Red+Green+Blue) = 255+144+212=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90D4 is #006F2B. Grayscale: #B8B8B8. Windows color (decimal): -28460 or 13930751. OLE color: 13930751.

HSL color Cylindrical-coordinate representation of color #FF90D4: hue angle of 323.24º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF90D4 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 255 144 212 -
CMYK 0 0.44 0.17 0
HSL 323.24º 1% 0.78% -
HSV(B) 323.24º 0.44% 1% -
XYZ 63.1 45.96 67.83 -
YUV 184.94 143.27 177.97 -
System Red Green Blue C M Y K H S L
Decimal 255 144 212 0 0.44 0.17 0 323.24 1 0.78
Hex FF 90 D4 0 2C 11 0 143 64 4E
Octal 377 220 324 0 54 21 0 503 144 116
Binary 11111111 10010000 11010100 0 101100 10001 0 101000011 1100100 1001110

Color Harmonies of #FF90D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF90D4

Black with #FF90D4

Text Example


Text Example

White with #FF90D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF90D4; }

 p { color: rgb(255,144,212); }

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

background-color css

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

 a { background-color: rgb(255,144,212); }

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

border-color css

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

 span { border-color: rgb(255,144,212); }

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