Html Css Color HEX #F58FC4 Tea Rose

📋 copy color: '#F58FC4'

red 245 ◦ green 143 ◦ blue 196

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

Shades of Tea Rose #F58FC4

Tints of Tea Rose #F58FC4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.49%

 BLUE value IS 196 (76.95% from 255) = 33.56%

R = 41.95%
G = 24.49%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.2

 K value IS 0.04

RGB Variations

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

Color information

#F58FC4 (or 0xF58FC4) is known color: Tea Rose. HEX triplet: F5, 8F and C4. RGB value is (245,143,196). Sum of RGB (Red+Green+Blue) = 245+143+196=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58FC4 is #0A703B. Grayscale: #B3B3B3. Windows color (decimal): -684092 or 12881909. OLE color: 12881909.

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

Color convert

RGB 245 143 196 -
CMYK 0 0.42 0.2 0.04
HSL 328.82º 0.84% 0.76% -
HSV(B) 328.82º 0.42% 0.96% -
XYZ 57.44 43.04 57.51 -
YUV 179.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 245 143 196 0 0.42 0.2 0.04 328.82 0.84 0.76
Hex F5 8F C4 0 2A 14 4 149 54 4C
Octal 365 217 304 0 52 24 4 511 124 114
Binary 11110101 10001111 11000100 0 101010 10100 100 101001001 1010100 1001100

Color Harmonies of #F58FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58FC4

Black with #F58FC4

Text Example


Text Example

White with #F58FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58FC4; }

 p { color: rgb(245,143,196); }

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

background-color css

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

 a { background-color: rgb(245,143,196); }

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

border-color css

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

 span { border-color: rgb(245,143,196); }

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