Html Css Color HEX #F75CA8 Brilliant Rose

📋 copy color: '#F75CA8'

red 247 ◦ green 92 ◦ blue 168

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

Shades of Brilliant Rose #F75CA8

Tints of Brilliant Rose #F75CA8

RGB

 RED value IS 247 (96.88% from 255) = 48.72%

 GREEN value IS 92 (36.33% from 255) = 18.15%

 BLUE value IS 168 (66.02% from 255) = 33.14%

R = 48.72%
G = 18.15%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F75CA8 (or 0xF75CA8) is known color: Brilliant Rose. HEX triplet: F7, 5C and A8. RGB value is (247,92,168). Sum of RGB (Red+Green+Blue) = 247+92+168=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75CA8 is #08A357. Grayscale: #929292. Windows color (decimal): -566104 or 11033847. OLE color: 11033847.

HSL color Cylindrical-coordinate representation of color #F75CA8: hue angle of 330.58º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75CA8 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 92 168 -
CMYK 0 0.63 0.32 0.03
HSL 330.58º 0.91% 0.66% -
HSV(B) 330.58º 0.63% 0.97% -
XYZ 49.25 30.26 40.29 -
YUV 147.01 139.85 199.32 -
System Red Green Blue C M Y K H S L
Decimal 247 92 168 0 0.63 0.32 0.03 330.58 0.91 0.66
Hex F7 5C A8 0 3F 20 3 14B 5B 42
Octal 367 134 250 0 77 40 3 513 133 102
Binary 11110111 1011100 10101000 0 111111 100000 11 101001011 1011011 1000010

Color Harmonies of #F75CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75CA8

Black with #F75CA8

Text Example


Text Example

White with #F75CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75CA8; }

 p { color: rgb(247,92,168); }

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

background-color css

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

 a { background-color: rgb(247,92,168); }

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

border-color css

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

 span { border-color: rgb(247,92,168); }

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