Html Css Color HEX #F07FB3 Persian Pink

📋 copy color: '#F07FB3'

red 240 ◦ green 127 ◦ blue 179

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

Shades of Persian Pink #F07FB3

Tints of Persian Pink #F07FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.78%

R = 43.96%
G = 23.26%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F07FB3 (or 0xF07FB3) is known color: Persian Pink. HEX triplet: F0, 7F and B3. RGB value is (240,127,179). Sum of RGB (Red+Green+Blue) = 240+127+179=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FB3 is #0F804C. Grayscale: #A6A6A6. Windows color (decimal): -1015885 or 11763696. OLE color: 11763696.

HSL color Cylindrical-coordinate representation of color #F07FB3: hue angle of 332.39º 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 #F07FB3 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 179 -
CMYK 0 0.47 0.25 0.06
HSL 332.39º 0.79% 0.72% -
HSV(B) 332.39º 0.47% 0.94% -
XYZ 51.66 36.96 47.06 -
YUV 166.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 240 127 179 0 0.47 0.25 0.06 332.39 0.79 0.72
Hex F0 7F B3 0 2F 19 6 14C 4F 48
Octal 360 177 263 0 57 31 6 514 117 110
Binary 11110000 1111111 10110011 0 101111 11001 110 101001100 1001111 1001000

Color Harmonies of #F07FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FB3

Black with #F07FB3

Text Example


Text Example

White with #F07FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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