Html Css Color HEX #F85384 French Rose

📋 copy color: '#F85384'

red 248 ◦ green 83 ◦ blue 132

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

Shades of French Rose #F85384

Tints of French Rose #F85384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.93%

 BLUE value IS 132 (51.95% from 255) = 28.51%

R = 53.56%
G = 17.93%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F85384 (or 0xF85384) is known color: French Rose. HEX triplet: F8, 53 and 84. RGB value is (248,83,132). Sum of RGB (Red+Green+Blue) = 248+83+132=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F85384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85384 is #07AC7B. Grayscale: #898989. Windows color (decimal): -502908 or 8672248. OLE color: 8672248.

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

Color convert

RGB 248 83 132 -
CMYK 0 0.67 0.47 0.03
HSL 342.18º 0.92% 0.65% -
HSV(B) 342.18º 0.67% 0.97% -
XYZ 45.97 27.81 24.77 -
YUV 137.92 124.66 206.52 -
System Red Green Blue C M Y K H S L
Decimal 248 83 132 0 0.67 0.47 0.03 342.18 0.92 0.65
Hex F8 53 84 0 43 2F 3 156 5C 41
Octal 370 123 204 0 103 57 3 526 134 101
Binary 11111000 1010011 10000100 0 1000011 101111 11 101010110 1011100 1000001

Color Harmonies of #F85384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85384

Black with #F85384

Text Example


Text Example

White with #F85384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85384; }

 p { color: rgb(248,83,132); }

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

background-color css

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

 a { background-color: rgb(248,83,132); }

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

border-color css

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

 span { border-color: rgb(248,83,132); }

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