Html Css Color HEX #F07DBA Persian Pink

📋 copy color: '#F07DBA'

red 240 ◦ green 125 ◦ blue 186

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

Shades of Persian Pink #F07DBA

Tints of Persian Pink #F07DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.69%

 BLUE value IS 186 (73.05% from 255) = 33.76%

R = 43.56%
G = 22.69%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F07DBA (or 0xF07DBA) is known color: Persian Pink. HEX triplet: F0, 7D and BA. RGB value is (240,125,186). Sum of RGB (Red+Green+Blue) = 240+125+186=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DBA is #0F8245. Grayscale: #A6A6A6. Windows color (decimal): -1016390 or 12221936. OLE color: 12221936.

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

Color convert

RGB 240 125 186 -
CMYK 0 0.48 0.22 0.06
HSL 328.17º 0.79% 0.72% -
HSV(B) 328.17º 0.48% 0.94% -
XYZ 52.13 36.74 50.8 -
YUV 166.34 139.1 180.54 -
System Red Green Blue C M Y K H S L
Decimal 240 125 186 0 0.48 0.22 0.06 328.17 0.79 0.72
Hex F0 7D BA 0 30 16 6 148 4F 48
Octal 360 175 272 0 60 26 6 510 117 110
Binary 11110000 1111101 10111010 0 110000 10110 110 101001000 1001111 1001000

Color Harmonies of #F07DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07DBA

Black with #F07DBA

Text Example


Text Example

White with #F07DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07DBA; }

 p { color: rgb(240,125,186); }

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

background-color css

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

 a { background-color: rgb(240,125,186); }

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

border-color css

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

 span { border-color: rgb(240,125,186); }

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