Html Css Color HEX #F07FB8 Persian Pink

📋 copy color: '#F07FB8'

red 240 ◦ green 127 ◦ blue 184

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

Shades of Persian Pink #F07FB8

Tints of Persian Pink #F07FB8

RGB

 RED value IS 240 (94.14% from 255) = 43.56%

 GREEN value IS 127 (50% from 255) = 23.05%

 BLUE value IS 184 (72.27% from 255) = 33.39%

R = 43.56%
G = 23.05%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F07FB8 (or 0xF07FB8) is known color: Persian Pink. HEX triplet: F0, 7F and B8. RGB value is (240,127,184). Sum of RGB (Red+Green+Blue) = 240+127+184=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FB8 is #0F8047. Grayscale: #A7A7A7. Windows color (decimal): -1015880 or 12091376. OLE color: 12091376.

HSL color Cylindrical-coordinate representation of color #F07FB8: hue angle of 329.73º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FB8 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 184 -
CMYK 0 0.47 0.23 0.06
HSL 329.73º 0.79% 0.72% -
HSV(B) 329.73º 0.47% 0.94% -
XYZ 52.18 37.16 49.77 -
YUV 167.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 240 127 184 0 0.47 0.23 0.06 329.73 0.79 0.72
Hex F0 7F B8 0 2F 17 6 14A 4F 48
Octal 360 177 270 0 57 27 6 512 117 110
Binary 11110000 1111111 10111000 0 101111 10111 110 101001010 1001111 1001000

Color Harmonies of #F07FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FB8

Black with #F07FB8

Text Example


Text Example

White with #F07FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FB8; }

 p { color: rgb(240,127,184); }

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

background-color css

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

 a { background-color: rgb(240,127,184); }

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

border-color css

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

 span { border-color: rgb(240,127,184); }

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