Html Css Color HEX #F85483 French Rose

📋 copy color: '#F85483'

red 248 ◦ green 84 ◦ blue 131

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

Shades of French Rose #F85483

Tints of French Rose #F85483

RGB

 RED value IS 248 (97.27% from 255) = 53.56%

 GREEN value IS 84 (33.2% from 255) = 18.14%

 BLUE value IS 131 (51.56% from 255) = 28.29%

R = 53.56%
G = 18.14%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F85483 (or 0xF85483) is known color: French Rose. HEX triplet: F8, 54 and 83. RGB value is (248,84,131). Sum of RGB (Red+Green+Blue) = 248+84+131=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F85483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85483 is #07AB7C. Grayscale: #8A8A8A. Windows color (decimal): -502653 or 8606968. OLE color: 8606968.

HSL color Cylindrical-coordinate representation of color #F85483: hue angle of 342.8º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F85483 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 84 131 -
CMYK 0 0.66 0.47 0.03
HSL 342.8º 0.92% 0.65% -
HSV(B) 342.8º 0.66% 0.97% -
XYZ 45.98 27.94 24.44 -
YUV 138.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 248 84 131 0 0.66 0.47 0.03 342.8 0.92 0.65
Hex F8 54 83 0 42 2F 3 157 5C 41
Octal 370 124 203 0 102 57 3 527 134 101
Binary 11111000 1010100 10000011 0 1000010 101111 11 101010111 1011100 1000001

Color Harmonies of #F85483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85483

Black with #F85483

Text Example


Text Example

White with #F85483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85483; }

 p { color: rgb(248,84,131); }

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

background-color css

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

 a { background-color: rgb(248,84,131); }

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

border-color css

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

 span { border-color: rgb(248,84,131); }

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