Html Css Color HEX #F07BC4 Persian Pink

📋 copy color: '#F07BC4'

red 240 ◦ green 123 ◦ blue 196

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

Shades of Persian Pink #F07BC4

Tints of Persian Pink #F07BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.06%

R = 42.93%
G = 22%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F07BC4 (or 0xF07BC4) is known color: Persian Pink. HEX triplet: F0, 7B and C4. RGB value is (240,123,196). Sum of RGB (Red+Green+Blue) = 240+123+196=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BC4 is #0F843B. Grayscale: #A6A6A6. Windows color (decimal): -1016892 or 12876784. OLE color: 12876784.

HSL color Cylindrical-coordinate representation of color #F07BC4: hue angle of 322.56º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07BC4 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 123 196 -
CMYK 0 0.49 0.18 0.06
HSL 322.56º 0.8% 0.71% -
HSV(B) 322.56º 0.49% 0.94% -
XYZ 52.98 36.68 56.51 -
YUV 166.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 240 123 196 0 0.49 0.18 0.06 322.56 0.8 0.71
Hex F0 7B C4 0 31 12 6 143 50 47
Octal 360 173 304 0 61 22 6 503 120 107
Binary 11110000 1111011 11000100 0 110001 10010 110 101000011 1010000 1000111

Color Harmonies of #F07BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07BC4

Black with #F07BC4

Text Example


Text Example

White with #F07BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07BC4; }

 p { color: rgb(240,123,196); }

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

background-color css

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

 a { background-color: rgb(240,123,196); }

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

border-color css

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

 span { border-color: rgb(240,123,196); }

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