Html Css Color HEX #FA4BAF Brilliant Rose

📋 copy color: '#FA4BAF'

red 250 ◦ green 75 ◦ blue 175

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

Shades of Brilliant Rose #FA4BAF

Tints of Brilliant Rose #FA4BAF

RGB

 RED value IS 250 (98.05% from 255) = 50%

 GREEN value IS 75 (29.69% from 255) = 15%

 BLUE value IS 175 (68.75% from 255) = 35%

R = 50%
G = 15%
B = 35%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA4BAF (or 0xFA4BAF) is known color: Brilliant Rose. HEX triplet: FA, 4B and AF. RGB value is (250,75,175). Sum of RGB (Red+Green+Blue) = 250+75+175=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4BAF is #05B450. Grayscale: #8A8A8A. Windows color (decimal): -373841 or 11488250. OLE color: 11488250.

HSL color Cylindrical-coordinate representation of color #FA4BAF: hue angle of 325.71º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4BAF is Cyan = 0, Magento = 0.7, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 75 175 -
CMYK 0 0.7 0.3 0.02
HSL 325.71º 0.95% 0.64% -
HSV(B) 325.71º 0.7% 0.98% -
XYZ 49.68 28.45 43.43 -
YUV 138.73 148.48 207.37 -
System Red Green Blue C M Y K H S L
Decimal 250 75 175 0 0.7 0.3 0.02 325.71 0.95 0.64
Hex FA 4B AF 0 46 1E 2 146 5F 40
Octal 372 113 257 0 106 36 2 506 137 100
Binary 11111010 1001011 10101111 0 1000110 11110 10 101000110 1011111 1000000

Color Harmonies of #FA4BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4BAF

Black with #FA4BAF

Text Example


Text Example

White with #FA4BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4BAF; }

 p { color: rgb(250,75,175); }

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

background-color css

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

 a { background-color: rgb(250,75,175); }

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

border-color css

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

 span { border-color: rgb(250,75,175); }

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