Html Css Color HEX #F84C83 French Rose

📋 copy color: '#F84C83'

red 248 ◦ green 76 ◦ blue 131

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

Shades of French Rose #F84C83

Tints of French Rose #F84C83

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.7%

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

R = 54.51%
G = 16.7%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F84C83 (or 0xF84C83) is known color: French Rose. HEX triplet: F8, 4C and 83. RGB value is (248,76,131). Sum of RGB (Red+Green+Blue) = 248+76+131=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84C83 is #07B37C. Grayscale: #858585. Windows color (decimal): -504701 or 8604920. OLE color: 8604920.

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

Color convert

RGB 248 76 131 -
CMYK 0 0.69 0.47 0.03
HSL 340.81º 0.92% 0.64% -
HSV(B) 340.81º 0.69% 0.97% -
XYZ 45.39 26.76 24.25 -
YUV 133.7 126.48 209.53 -
System Red Green Blue C M Y K H S L
Decimal 248 76 131 0 0.69 0.47 0.03 340.81 0.92 0.64
Hex F8 4C 83 0 45 2F 3 155 5C 40
Octal 370 114 203 0 105 57 3 525 134 100
Binary 11111000 1001100 10000011 0 1000101 101111 11 101010101 1011100 1000000

Color Harmonies of #F84C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84C83

Black with #F84C83

Text Example


Text Example

White with #F84C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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