Html Css Color HEX #F17BBE Persian Pink

📋 copy color: '#F17BBE'

red 241 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #F17BBE

Tints of Persian Pink #F17BBE

RGB

 RED value IS 241 (94.53% from 255) = 43.5%

 GREEN value IS 123 (48.44% from 255) = 22.2%

 BLUE value IS 190 (74.61% from 255) = 34.3%

R = 43.5%
G = 22.2%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F17BBE (or 0xF17BBE) is known color: Persian Pink. HEX triplet: F1, 7B and BE. RGB value is (241,123,190). Sum of RGB (Red+Green+Blue) = 241+123+190=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17BBE is #0E8441. Grayscale: #A5A5A5. Windows color (decimal): -951362 or 12483569. OLE color: 12483569.

HSL color Cylindrical-coordinate representation of color #F17BBE: hue angle of 325.93º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17BBE is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 123 190 -
CMYK 0 0.49 0.21 0.05
HSL 325.93º 0.81% 0.71% -
HSV(B) 325.93º 0.49% 0.95% -
XYZ 52.65 36.58 53 -
YUV 165.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 241 123 190 0 0.49 0.21 0.05 325.93 0.81 0.71
Hex F1 7B BE 0 31 15 5 146 51 47
Octal 361 173 276 0 61 25 5 506 121 107
Binary 11110001 1111011 10111110 0 110001 10101 101 101000110 1010001 1000111

Color Harmonies of #F17BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17BBE

Black with #F17BBE

Text Example


Text Example

White with #F17BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17BBE; }

 p { color: rgb(241,123,190); }

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

background-color css

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

 a { background-color: rgb(241,123,190); }

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

border-color css

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

 span { border-color: rgb(241,123,190); }

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