Html Css Color HEX #F840B0 Persian Rose

📋 copy color: '#F840B0'

red 248 ◦ green 64 ◦ blue 176

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

Shades of Persian Rose #F840B0

Tints of Persian Rose #F840B0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.11%

 BLUE value IS 176 (69.14% from 255) = 36.07%

R = 50.82%
G = 13.11%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F840B0 (or 0xF840B0) is known color: Persian Rose. HEX triplet: F8, 40 and B0. RGB value is (248,64,176). Sum of RGB (Red+Green+Blue) = 248+64+176=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F840B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F840B0 is #07BF4F. Grayscale: #838383. Windows color (decimal): -507728 or 11550968. OLE color: 11550968.

HSL color Cylindrical-coordinate representation of color #F840B0: hue angle of 323.48º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F840B0 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 64 176 -
CMYK 0 0.74 0.29 0.03
HSL 323.48º 0.93% 0.61% -
HSV(B) 323.48º 0.74% 0.97% -
XYZ 48.38 26.76 43.69 -
YUV 131.78 152.96 210.89 -
System Red Green Blue C M Y K H S L
Decimal 248 64 176 0 0.74 0.29 0.03 323.48 0.93 0.61
Hex F8 40 B0 0 4A 1D 3 143 5D 3D
Octal 370 100 260 0 112 35 3 503 135 75
Binary 11111000 1000000 10110000 0 1001010 11101 11 101000011 1011101 111101

Color Harmonies of #F840B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F840B0

Black with #F840B0

Text Example


Text Example

White with #F840B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F840B0; }

 p { color: rgb(248,64,176); }

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

background-color css

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

 a { background-color: rgb(248,64,176); }

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

border-color css

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

 span { border-color: rgb(248,64,176); }

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