Html Css Color HEX #F75DA2 Brilliant Rose

📋 copy color: '#F75DA2'

red 247 ◦ green 93 ◦ blue 162

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

Shades of Brilliant Rose #F75DA2

Tints of Brilliant Rose #F75DA2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.53%

 BLUE value IS 162 (63.67% from 255) = 32.27%

R = 49.2%
G = 18.53%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F75DA2 (or 0xF75DA2) is known color: Brilliant Rose. HEX triplet: F7, 5D and A2. RGB value is (247,93,162). Sum of RGB (Red+Green+Blue) = 247+93+162=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75DA2 is #08A25D. Grayscale: #929292. Windows color (decimal): -565854 or 10640887. OLE color: 10640887.

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

Color convert

RGB 247 93 162 -
CMYK 0 0.62 0.34 0.03
HSL 333.12º 0.91% 0.67% -
HSV(B) 333.12º 0.62% 0.97% -
XYZ 48.79 30.21 37.44 -
YUV 146.91 136.52 199.39 -
System Red Green Blue C M Y K H S L
Decimal 247 93 162 0 0.62 0.34 0.03 333.12 0.91 0.67
Hex F7 5D A2 0 3E 22 3 14D 5B 43
Octal 367 135 242 0 76 42 3 515 133 103
Binary 11110111 1011101 10100010 0 111110 100010 11 101001101 1011011 1000011

Color Harmonies of #F75DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75DA2

Black with #F75DA2

Text Example


Text Example

White with #F75DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75DA2; }

 p { color: rgb(247,93,162); }

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

background-color css

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

 a { background-color: rgb(247,93,162); }

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

border-color css

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

 span { border-color: rgb(247,93,162); }

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