Html Css Color HEX #F483CB Tea Rose

📋 copy color: '#F483CB'

red 244 ◦ green 131 ◦ blue 203

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

Shades of Tea Rose #F483CB

Tints of Tea Rose #F483CB

RGB

 RED value IS 244 (95.7% from 255) = 42.21%

 GREEN value IS 131 (51.56% from 255) = 22.66%

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

R = 42.21%
G = 22.66%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F483CB (or 0xF483CB) is known color: Tea Rose. HEX triplet: F4, 83 and CB. RGB value is (244,131,203). Sum of RGB (Red+Green+Blue) = 244+131+203=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 131 (51.56% from 255 or 22.66% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F483CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483CB is #0B7C34. Grayscale: #ACACAC. Windows color (decimal): -752693 or 13337588. OLE color: 13337588.

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

Color convert

RGB 244 131 203 -
CMYK 0 0.46 0.17 0.04
HSL 321.77º 0.84% 0.74% -
HSV(B) 321.77º 0.46% 0.96% -
XYZ 56.2 39.78 61.22 -
YUV 173 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 244 131 203 0 0.46 0.17 0.04 321.77 0.84 0.74
Hex F4 83 CB 0 2E 11 4 142 54 4A
Octal 364 203 313 0 56 21 4 502 124 112
Binary 11110100 10000011 11001011 0 101110 10001 100 101000010 1010100 1001010

Color Harmonies of #F483CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F483CB

Black with #F483CB

Text Example


Text Example

White with #F483CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F483CB; }

 p { color: rgb(244,131,203); }

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

background-color css

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

 a { background-color: rgb(244,131,203); }

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

border-color css

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

 span { border-color: rgb(244,131,203); }

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