Html Css Color HEX #F840B2 Persian Rose

📋 copy color: '#F840B2'

red 248 ◦ green 64 ◦ blue 178

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

Shades of Persian Rose #F840B2

Tints of Persian Rose #F840B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.33%

R = 50.61%
G = 13.06%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F840B2 (or 0xF840B2) is known color: Persian Rose. HEX triplet: F8, 40 and B2. RGB value is (248,64,178). Sum of RGB (Red+Green+Blue) = 248+64+178=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F840B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F840B2 is #07BF4D. Grayscale: #838383. Windows color (decimal): -507726 or 11682040. OLE color: 11682040.

HSL color Cylindrical-coordinate representation of color #F840B2: hue angle of 322.83º 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 #F840B2 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 64 178 -
CMYK 0 0.74 0.28 0.03
HSL 322.83º 0.93% 0.61% -
HSV(B) 322.83º 0.74% 0.97% -
XYZ 48.58 26.84 44.74 -
YUV 132.01 153.96 210.73 -
System Red Green Blue C M Y K H S L
Decimal 248 64 178 0 0.74 0.28 0.03 322.83 0.93 0.61
Hex F8 40 B2 0 4A 1C 3 143 5D 3D
Octal 370 100 262 0 112 34 3 503 135 75
Binary 11111000 1000000 10110010 0 1001010 11100 11 101000011 1011101 111101

Color Harmonies of #F840B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F840B2

Black with #F840B2

Text Example


Text Example

White with #F840B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F840B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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