Html Css Color HEX #F84B8F French Rose

📋 copy color: '#F84B8F'

red 248 ◦ green 75 ◦ blue 143

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

Shades of French Rose #F84B8F

Tints of French Rose #F84B8F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.09%

 BLUE value IS 143 (56.25% from 255) = 30.69%

R = 53.22%
G = 16.09%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F84B8F (or 0xF84B8F) is known color: French Rose. HEX triplet: F8, 4B and 8F. RGB value is (248,75,143). Sum of RGB (Red+Green+Blue) = 248+75+143=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F84B8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84B8F is #07B470. Grayscale: #868686. Windows color (decimal): -504945 or 9391096. OLE color: 9391096.

HSL color Cylindrical-coordinate representation of color #F84B8F: hue angle of 336.42º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84B8F is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 75 143 -
CMYK 0 0.70 0.42 0.03
HSL 336.42º 0.93% 0.63% -
HSV(B) 336.42º 0.7% 0.97% -
XYZ 46.19 26.97 28.76 -
YUV 134.48 132.81 208.97 -
System Red Green Blue C M Y K H S L
Decimal 248 75 143 0 0.70 0.42 0.03 336.42 0.93 0.63
Hex F8 4B 8F 0 46 2A 3 150 5D 3F
Octal 370 113 217 0 106 52 3 520 135 77
Binary 11111000 1001011 10001111 0 1000110 101010 11 101010000 1011101 111111

Color Harmonies of #F84B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84B8F

Black with #F84B8F

Text Example


Text Example

White with #F84B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84B8F; }

 p { color: rgb(248,75,143); }

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

background-color css

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

 a { background-color: rgb(248,75,143); }

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

border-color css

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

 span { border-color: rgb(248,75,143); }

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