Html Css Color HEX #F58CCB Tea Rose

📋 copy color: '#F58CCB'

red 245 ◦ green 140 ◦ blue 203

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

Shades of Tea Rose #F58CCB

Tints of Tea Rose #F58CCB

RGB

 RED value IS 245 (96.09% from 255) = 41.67%

 GREEN value IS 140 (55.08% from 255) = 23.81%

 BLUE value IS 203 (79.69% from 255) = 34.52%

R = 41.67%
G = 23.81%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F58CCB (or 0xF58CCB) is known color: Tea Rose. HEX triplet: F5, 8C and CB. RGB value is (245,140,203). Sum of RGB (Red+Green+Blue) = 245+140+203=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CCB is #0A7334. Grayscale: #B2B2B2. Windows color (decimal): -684853 or 13339893. OLE color: 13339893.

HSL color Cylindrical-coordinate representation of color #F58CCB: hue angle of 324º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58CCB is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 140 203 -
CMYK 0 0.43 0.17 0.04
HSL 324º 0.84% 0.75% -
HSV(B) 324º 0.43% 0.96% -
XYZ 57.81 42.48 61.65 -
YUV 178.58 141.79 175.38 -
System Red Green Blue C M Y K H S L
Decimal 245 140 203 0 0.43 0.17 0.04 324 0.84 0.75
Hex F5 8C CB 0 2B 11 4 144 54 4B
Octal 365 214 313 0 53 21 4 504 124 113
Binary 11110101 10001100 11001011 0 101011 10001 100 101000100 1010100 1001011

Color Harmonies of #F58CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58CCB

Black with #F58CCB

Text Example


Text Example

White with #F58CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58CCB; }

 p { color: rgb(245,140,203); }

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

background-color css

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

 a { background-color: rgb(245,140,203); }

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

border-color css

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

 span { border-color: rgb(245,140,203); }

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