Html Css Color HEX #F84F8C French Rose

📋 copy color: '#F84F8C'

red 248 ◦ green 79 ◦ blue 140

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

Shades of French Rose #F84F8C

Tints of French Rose #F84F8C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.92%

 BLUE value IS 140 (55.08% from 255) = 29.98%

R = 53.1%
G = 16.92%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F84F8C (or 0xF84F8C) is known color: French Rose. HEX triplet: F8, 4F and 8C. RGB value is (248,79,140). Sum of RGB (Red+Green+Blue) = 248+79+140=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84F8C is #07B073. Grayscale: #888888. Windows color (decimal): -503924 or 9195512. OLE color: 9195512.

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

Color convert

RGB 248 79 140 -
CMYK 0 0.68 0.44 0.03
HSL 338.34º 0.92% 0.64% -
HSV(B) 338.34º 0.68% 0.97% -
XYZ 46.24 27.44 27.67 -
YUV 136.49 129.99 207.54 -
System Red Green Blue C M Y K H S L
Decimal 248 79 140 0 0.68 0.44 0.03 338.34 0.92 0.64
Hex F8 4F 8C 0 44 2C 3 152 5C 40
Octal 370 117 214 0 104 54 3 522 134 100
Binary 11111000 1001111 10001100 0 1000100 101100 11 101010010 1011100 1000000

Color Harmonies of #F84F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84F8C

Black with #F84F8C

Text Example


Text Example

White with #F84F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84F8C; }

 p { color: rgb(248,79,140); }

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

background-color css

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

 a { background-color: rgb(248,79,140); }

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

border-color css

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

 span { border-color: rgb(248,79,140); }

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