Html Css Color HEX #F56BF0 Ultra Pink

📋 copy color: '#F56BF0'

red 245 ◦ green 107 ◦ blue 240

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

Shades of Ultra Pink #F56BF0

Tints of Ultra Pink #F56BF0

RGB

 RED value IS 245 (96.09% from 255) = 41.39%

 GREEN value IS 107 (42.19% from 255) = 18.07%

 BLUE value IS 240 (94.14% from 255) = 40.54%

R = 41.39%
G = 18.07%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F56BF0 (or 0xF56BF0) is known color: Ultra Pink. HEX triplet: F5, 6B and F0. RGB value is (245,107,240). Sum of RGB (Red+Green+Blue) = 245+107+240=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 107 (42.19% from 255 or 18.07% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56BF0 is #0A940F. Grayscale: #A3A3A3. Windows color (decimal): -693264 or 15756277. OLE color: 15756277.

HSL color Cylindrical-coordinate representation of color #F56BF0: hue angle of 302.17º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56BF0 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 107 240 -
CMYK 0 0.56 0.02 0.04
HSL 302.17º 0.87% 0.69% -
HSV(B) 302.17º 0.56% 0.96% -
XYZ 58.64 36.22 86.34 -
YUV 163.42 171.22 186.19 -
System Red Green Blue C M Y K H S L
Decimal 245 107 240 0 0.56 0.02 0.04 302.17 0.87 0.69
Hex F5 6B F0 0 38 2 4 12E 57 45
Octal 365 153 360 0 70 2 4 456 127 105
Binary 11110101 1101011 11110000 0 111000 10 100 100101110 1010111 1000101

Color Harmonies of #F56BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56BF0

Black with #F56BF0

Text Example


Text Example

White with #F56BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56BF0; }

 p { color: rgb(245,107,240); }

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

background-color css

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

 a { background-color: rgb(245,107,240); }

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

border-color css

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

 span { border-color: rgb(245,107,240); }

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