Html Css Color HEX #F381CA Tea Rose

📋 copy color: '#F381CA'

red 243 ◦ green 129 ◦ blue 202

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

Shades of Tea Rose #F381CA

Tints of Tea Rose #F381CA

RGB

 RED value IS 243 (95.31% from 255) = 42.33%

 GREEN value IS 129 (50.78% from 255) = 22.47%

 BLUE value IS 202 (79.3% from 255) = 35.19%

R = 42.33%
G = 22.47%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F381CA (or 0xF381CA) is known color: Tea Rose. HEX triplet: F3, 81 and CA. RGB value is (243,129,202). Sum of RGB (Red+Green+Blue) = 243+129+202=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F381CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381CA is #0C7E35. Grayscale: #ABABAB. Windows color (decimal): -818742 or 13271539. OLE color: 13271539.

HSL color Cylindrical-coordinate representation of color #F381CA: hue angle of 321.58º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F381CA is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 129 202 -
CMYK 0 0.47 0.17 0.05
HSL 321.58º 0.83% 0.73% -
HSV(B) 321.58º 0.47% 0.95% -
XYZ 55.47 39.02 60.48 -
YUV 171.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 243 129 202 0 0.47 0.17 0.05 321.58 0.83 0.73
Hex F3 81 CA 0 2F 11 5 142 53 49
Octal 363 201 312 0 57 21 5 502 123 111
Binary 11110011 10000001 11001010 0 101111 10001 101 101000010 1010011 1001001

Color Harmonies of #F381CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F381CA

Black with #F381CA

Text Example


Text Example

White with #F381CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F381CA; }

 p { color: rgb(243,129,202); }

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

background-color css

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

 a { background-color: rgb(243,129,202); }

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

border-color css

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

 span { border-color: rgb(243,129,202); }

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